changeset 2949:4b7e0ff1958a

[xemacs-hg @ 2005-09-25 21:40:17 by adrian] xemacs-21.5-clean: Fix variable reference in lispref/compile.texi -------------------- ChangeLog entries follow: -------------------- man/ChangeLog addition: 2005-09-25 Adrian Aichner <adrian@xemacs.org> * lispref/compile.texi (Compilation Options): Supply missing argument to @var{}, using same SYMBOL as in variable docstring of `byte-compile-print-gensym'.
author adrian
date Sun, 25 Sep 2005 21:40:19 +0000
parents b5fe6b5627b1
children 6faeb73983bb
files man/ChangeLog man/lispref/compile.texi
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/man/ChangeLog	Sun Sep 25 19:13:43 2005 +0000
+++ b/man/ChangeLog	Sun Sep 25 21:40:19 2005 +0000
@@ -1,3 +1,9 @@
+2005-09-25  Adrian Aichner  <adrian@xemacs.org>
+
+	* lispref/compile.texi (Compilation Options): Supply missing
+	argument to @var{}, using same SYMBOL as in variable docstring of
+	`byte-compile-print-gensym'.
+
 2005-09-14  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* XEmacs 21.5.22 "cucumber" is released.
--- a/man/lispref/compile.texi	Sun Sep 25 19:13:43 2005 +0000
+++ b/man/lispref/compile.texi	Sun Sep 25 21:40:19 2005 +0000
@@ -503,8 +503,8 @@
 @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{}} notation, so that they will be read uninterned
-when run.
+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
 not be runnable under pre-21.0 XEmacsen.