COMMIT
Thanks for the review, Stephen.
Adrian
xemacs-21.5-clean ChangeLog patch:
Diff command: cvs -q diff -U 0
Files affected: man/ChangeLog
Index: man/ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/man/ChangeLog,v
retrieving revision 1.313
diff -u -U0 -r1.313 ChangeLog
--- man/ChangeLog 26 Sep 2005 22:18:59 -0000 1.313
+++ man/ChangeLog 27 Sep 2005 21:42:34 -0000
@@ -2,0 +3,6 @@
+ * lispref/compile.texi (Compilation Options): Lowercase SYMBOL
+ argument in `byte-compile-print-gensym' documentation, as
+ suggested by Stephen.
+
+2005-09-27 Adrian Aichner <adrian(a)xemacs.org>
+
xemacs-21.5-clean source patch:
Diff command: cvs -f -z3 -q diff -u -w -N
Files affected: man/lispref/compile.texi
Index: man/lispref/compile.texi
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/man/lispref/compile.texi,v
retrieving revision 1.7
diff -u -w -r1.7 compile.texi
--- man/lispref/compile.texi 25 Sep 2005 21:40:19 -0000 1.7
+++ man/lispref/compile.texi 27 Sep 2005 21:38:55 -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
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/