Mercurial > emacs
diff lispref/objects.texi @ 44089:a8d9fd32a154
(Symbol Type): Use `colon' in index entries instead of `:' only in Info.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Fri, 22 Mar 2002 13:41:46 +0000 |
| parents | b777a45900bb |
| children | 23a1cea22d13 |
line wrap: on
line diff
--- a/lispref/objects.texi Fri Mar 22 13:35:53 2002 +0000 +++ b/lispref/objects.texi Fri Mar 22 13:41:46 2002 +0000 @@ -530,9 +530,14 @@ @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.
