Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
2948:b5fe6b5627b1 | 2949:4b7e0ff1958a |
---|---|
501 @end defvar | 501 @end defvar |
502 | 502 |
503 @defvar byte-compile-print-gensym | 503 @defvar byte-compile-print-gensym |
504 When non-@code{nil}, the compiler may generate code that creates unique | 504 When non-@code{nil}, the compiler may generate code that creates unique |
505 symbols at run-time. This is achieved by printing uninterned symbols | 505 symbols at run-time. This is achieved by printing uninterned symbols |
506 using the @code{#:@var{}} notation, so that they will be read uninterned | 506 using the @code{#:@var{SYMBOL}} notation, so that they will be read |
507 when run. | 507 uninterned when run. |
508 | 508 |
509 With this feature, code that uses uninterned symbols in macros will | 509 With this feature, code that uses uninterned symbols in macros will |
510 not be runnable under pre-21.0 XEmacsen. | 510 not be runnable under pre-21.0 XEmacsen. |
511 | 511 |
512 Default: When @code{byte-compile-emacs19-compatibility} is non-nil, this | 512 Default: When @code{byte-compile-emacs19-compatibility} is non-nil, this |