From: Eli Zaretskii Date: Wed, 13 Mar 2002 19:59:37 +0000 (+0000) Subject: (Symbol Type): Avoid makeinfo warnings about colons in indices. X-Git-Tag: emacs-21.2~13 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a41f604edb1cff1d228166f378a7525567cbb1f;p=emacs.git (Symbol Type): Avoid makeinfo warnings about colons in indices. --- diff --git a/lispref/objects.texi b/lispref/objects.texi index c82242206fb..2f4ff2c52ca 100644 --- a/lispref/objects.texi +++ b/lispref/objects.texi @@ -530,7 +530,7 @@ char-to-string ; @r{A symbol named @samp{char-to-string}.} @end group @end example -@cindex @samp{#:} read syntax +@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.