From: Eli Zaretskii Date: Fri, 22 Mar 2002 13:41:46 +0000 (+0000) Subject: (Symbol Type): Use `colon' in index entries instead of `:' only in Info. X-Git-Tag: ttn-vms-21-2-B4~16026 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=adcac9f50ffd9b18da16da9edb70175f90b51885;p=emacs.git (Symbol Type): Use `colon' in index entries instead of `:' only in Info. --- diff --git a/lispref/objects.texi b/lispref/objects.texi index f89c6ac12a6..02c11e7b990 100644 --- a/lispref/objects.texi +++ b/lispref/objects.texi @@ -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.