changeset 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 4eb2a8c07cb3
children 3bed496f9ef0
files man/ChangeLog man/lispref/compile.texi
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <adrian@xemacs.org>
+
+	* lispref/compile.texi (Compilation Options): Lowercase SYMBOL
+	argument in `byte-compile-print-gensym' documentation, as
+	suggested by Stephen.
+
 2005-09-27  Adrian Aichner  <adrian@xemacs.org>
 
 	* lispref/packaging.texi: Get file to compile with teinfmt.el.
--- 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