From: Stephen Adams Date: Thu, 22 Feb 1996 22:47:23 +0000 (+0000) Subject: TYpo X-Git-Tag: 20090517-FFI~5702 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=3f6c534c1a0539492eeba1bd80bfb9c15a0e7af0;p=mit-scheme.git TYpo --- diff --git a/v7/doc/user-manual/user.texinfo b/v7/doc/user-manual/user.texinfo index ba3ae3c23..aba27c4d4 100644 --- a/v7/doc/user-manual/user.texinfo +++ b/v7/doc/user-manual/user.texinfo @@ -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})