diff man/lispref/compile.texi @ 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 80d9ab2e9855
children 9151417c3852
line wrap: on
line diff
--- 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.