From: Eli Zaretskii Date: Wed, 13 Mar 2002 17:59:14 +0000 (+0000) Subject: (Symbol Type): Avoid makeinfo warning about colons in indices. X-Git-Tag: ttn-vms-21-2-B4~16190 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=756e1ca00490f551d2575fabb15cf086768c7c80;p=emacs.git (Symbol Type): Avoid makeinfo warning about colons in indices. --- diff --git a/lispref/objects.texi b/lispref/objects.texi index c82242206fb..f89c6ac12a6 100644 --- a/lispref/objects.texi +++ b/lispref/objects.texi @@ -530,7 +530,9 @@ char-to-string ; @r{A symbol named @samp{char-to-string}.} @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.