aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2002-03-22 13:41:46 +0000
committerEli Zaretskii <[email protected]>2002-03-22 13:41:46 +0000
commitadcac9f50ffd9b18da16da9edb70175f90b51885 (patch)
treecbad0f33603434052988dae65a72823d18828d7e /lispref
parentda8acb6b4a0a01c06ac8270198d11f04d09e643c (diff)
(Symbol Type): Use `colon' in index entries instead of `:' only in Info.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/objects.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/lispref/objects.texi b/lispref/objects.texi
index f89c6ac12a..02c11e7b99 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.