User: adrian
Date: 05/09/27 23:43:22
Modified: xemacs/man/lispref compile.texi
Log:
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(a)xemacs.org>
* lispref/compile.texi (Compilation Options): Lowercase SYMBOL
argument in `byte-compile-print-gensym' documentation, as
suggested by Stephen.
Revision Changes Path
1.314 +6 -0 XEmacs/xemacs/man/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/man/ChangeLog,v
retrieving revision 1.313
retrieving revision 1.314
diff -u -p -r1.313 -r1.314
--- ChangeLog 2005/09/26 22:18:59 1.313
+++ ChangeLog 2005/09/27 21:43:19 1.314
@@ -1,5 +1,11 @@
2005-09-27 Adrian Aichner <adrian(a)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(a)xemacs.org>
+
* lispref/packaging.texi: Get file to compile with teinfmt.el.
* lispref/packaging.texi (Packaging): Ditto.
* lispref/packaging.texi (Package Overview): Ditto.
1.8 +1 -1 XEmacs/xemacs/man/lispref/compile.texi
Index: compile.texi
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/man/lispref/compile.texi,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- compile.texi 2005/09/25 21:40:19 1.7
+++ compile.texi 2005/09/27 21:43:22 1.8
@@ -503,7 +503,7 @@ Default: @code{nil} when Emacs version i
@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
Show replies by date