]> git.eshelyaron.com Git - emacs.git/commitdiff
(Symbol Type): Use `colon' in index entries instead of `:' only in Info.
authorEli Zaretskii <eliz@gnu.org>
Fri, 22 Mar 2002 13:41:46 +0000 (13:41 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 22 Mar 2002 13:41:46 +0000 (13:41 +0000)
lispref/objects.texi

index f89c6ac12a65af30ede2bee4daaf2bea6071082a..02c11e7b990fb9077f1fe4a8d59413c55a7454c1 100644 (file)
@@ -530,9 +530,14 @@ char-to-string      ; @r{A symbol named @samp{char-to-string}.}
 @end group
 @end example
 
+@ifinfo
 @c This uses ``colon'' instead of a literal `:' because Info cannot
 @c cope with a `:' in a menu
 @cindex @samp{#@var{colon}} read syntax
+@end ifinfo
+@ifnotinfo
+@cindex @samp{#:} read syntax
+@end ifnotinfo
   Normally the Lisp reader interns all symbols (@pxref{Creating
 Symbols}).  To prevent interning, you can write @samp{#:} before the
 name of the symbol.