Mercurial > hg > xemacs-beta
comparison man/lispref/compile.texi @ 2960:9151417c3852
[xemacs-hg @ 2005-09-27 21:43:19 by adrian]
xemacs-21.5-clean: address stephen's query about my compile.texi fix
-------------------- ChangeLog entries follow: --------------------
man/ChangeLog addition:
2005-09-27 Adrian Aichner <adrian@xemacs.org>
* lispref/compile.texi (Compilation Options): Lowercase SYMBOL
argument in `byte-compile-print-gensym' documentation, as
suggested by Stephen.
author | adrian |
---|---|
date | Tue, 27 Sep 2005 21:43:22 +0000 |
parents | 4b7e0ff1958a |
children | 62b9ef1ed4ac |
comparison
equal
deleted
inserted
replaced
2959:4eb2a8c07cb3 | 2960:9151417c3852 |
---|---|
501 @end defvar | 501 @end defvar |
502 | 502 |
503 @defvar byte-compile-print-gensym | 503 @defvar byte-compile-print-gensym |
504 When non-@code{nil}, the compiler may generate code that creates unique | 504 When non-@code{nil}, the compiler may generate code that creates unique |
505 symbols at run-time. This is achieved by printing uninterned symbols | 505 symbols at run-time. This is achieved by printing uninterned symbols |
506 using the @code{#:@var{SYMBOL}} notation, so that they will be read | 506 using the @code{#:@var{symbol}} notation, so that they will be read |
507 uninterned when run. | 507 uninterned when run. |
508 | 508 |
509 With this feature, code that uses uninterned symbols in macros will | 509 With this feature, code that uses uninterned symbols in macros will |
510 not be runnable under pre-21.0 XEmacsen. | 510 not be runnable under pre-21.0 XEmacsen. |
511 | 511 |