# HG changeset patch # User Eli Zaretskii # Date 1016042354 0 # Node ID b777a45900bb1bd4184260019bbda13bee55bc49 # Parent 4fea6cfdd6815c7db5fde82d6470e8a41bceb50f (Symbol Type): Avoid makeinfo warning about colons in indices. diff -r 4fea6cfdd681 -r b777a45900bb lispref/objects.texi --- 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.