TYpo
authorStephen Adams <edu/mit/csail/zurich/adams>
Thu, 22 Feb 1996 22:47:23 +0000 (22:47 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Thu, 22 Feb 1996 22:47:23 +0000 (22:47 +0000)
v7/doc/user-manual/user.texinfo

index ba3ae3c230ec7f496872994d0ca8e8105c2e33fb..aba27c4d4709f34d78cb4ff101922ca69839e433 100644 (file)
@@ -2,7 +2,7 @@
 @iftex
 @finalout
 @end iftex
-@comment $Id: user.texinfo,v 1.38 1996/02/22 22:12:26 adams Exp $
+@comment $Id: user.texinfo,v 1.39 1996/02/22 22:47:23 adams Exp $
 @comment %**start of header (This is for running Texinfo on a region.)
 @setfilename user.info
 @settitle MIT Scheme User's Manual
@@ -4127,7 +4127,7 @@ To avoid the inefficiency introduced to handle the general case, the
 compiler must prove that the continuation cannot possibly escape.  The
 compiler knows that lambda expressions and constants do not let their
 continuations escape, so order the internal definitions so that
-definitions of the following form come first:
+definitions of the following forms come first:
 
 @lisp
 (define x '@emph{something})