@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
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})