# HG changeset patch # User adrian # Date 1127684419 0 # Node ID 4b7e0ff1958ace23318a58afa7221ad7751db965 # Parent b5fe6b5627b1d61fe6804836fa52e32b39b91e58 [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 * lispref/compile.texi (Compilation Options): Supply missing argument to @var{}, using same SYMBOL as in variable docstring of `byte-compile-print-gensym'. diff -r b5fe6b5627b1 -r 4b7e0ff1958a man/ChangeLog --- 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 + + * 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 * XEmacs 21.5.22 "cucumber" is released. diff -r b5fe6b5627b1 -r 4b7e0ff1958a man/lispref/compile.texi --- 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.