]> git.eshelyaron.com Git - emacs.git/commitdiff
(Symbol Type): Avoid makeinfo warnings about colons in indices.
authorEli Zaretskii <eliz@gnu.org>
Wed, 13 Mar 2002 19:59:37 +0000 (19:59 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 13 Mar 2002 19:59:37 +0000 (19:59 +0000)
lispref/objects.texi

index c82242206fbaf7ac91e4ebf3ec33c63876ad255a..2f4ff2c52cafbb2a59d519ba7dd0597e1eb978ef 100644 (file)
@@ -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.