Mercurial > emacs
changeset 43888:b777a45900bb
(Symbol Type): Avoid makeinfo warning about colons in indices.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 13 Mar 2002 17:59:14 +0000 |
parents | 4fea6cfdd681 |
children | c5ea7e769ffd |
files | lispref/objects.texi |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/objects.texi Wed Mar 13 17:41:53 2002 +0000 +++ b/lispref/objects.texi Wed Mar 13 17:59:14 2002 +0000 @@ -530,7 +530,9 @@ @end group @end example -@cindex @samp{#:} read syntax +@c This uses ``colon'' instead of a literal `:' because Info cannot +@c cope with a `:' in a menu +@cindex @samp{#@var{colon}} read syntax Normally the Lisp reader interns all symbols (@pxref{Creating Symbols}). To prevent interning, you can write @samp{#:} before the name of the symbol.