# HG changeset patch # User adrian # Date 1127857402 0 # Node ID 9151417c3852a17b226da7059a824110ffbd9518 # Parent 4eb2a8c07cb3edae19248850006ecbab0f447957 [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 * lispref/compile.texi (Compilation Options): Lowercase SYMBOL argument in `byte-compile-print-gensym' documentation, as suggested by Stephen. diff -r 4eb2a8c07cb3 -r 9151417c3852 man/ChangeLog --- a/man/ChangeLog Tue Sep 27 05:48:27 2005 +0000 +++ b/man/ChangeLog Tue Sep 27 21:43:22 2005 +0000 @@ -1,3 +1,9 @@ +2005-09-27 Adrian Aichner + + * lispref/compile.texi (Compilation Options): Lowercase SYMBOL + argument in `byte-compile-print-gensym' documentation, as + suggested by Stephen. + 2005-09-27 Adrian Aichner * lispref/packaging.texi: Get file to compile with teinfmt.el. diff -r 4eb2a8c07cb3 -r 9151417c3852 man/lispref/compile.texi --- 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