Mercurial > emacs
diff lispref/objects.texi @ 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 | 848626a721b2 |
| children | a8d9fd32a154 |
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.
