Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/man/lispref/compile.texi Tue Sep 27 05:48:27 2005 +0000 +++ b/man/lispref/compile.texi Tue Sep 27 21:43:22 2005 +0000 @@ -503,7 +503,7 @@ @defvar byte-compile-print-gensym When non-@code{nil}, the compiler may generate code that creates unique symbols at run-time. This is achieved by printing uninterned symbols -using the @code{#:@var{SYMBOL}} notation, so that they will be read +using the @code{#:@var{symbol}} notation, so that they will be read uninterned when run. With this feature, code that uses uninterned symbols in macros will