changeset 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 d22891dea363
children cb9fee5bcbfd
files lispref/objects.texi
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
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.