summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2002-03-13 19:59:37 +0000
committerEli Zaretskii <eliz@gnu.org>2002-03-13 19:59:37 +0000
commit6a41f604edb1cff1d228166f378a7525567cbb1f (patch)
tree063c9851d05f51ea5cb81ce7372e83515a062c29
parentb664f425932c6a93074c07744501ba8538d4d54e (diff)
downloademacs-6a41f604edb1cff1d228166f378a7525567cbb1f.tar.gz
(Symbol Type): Avoid makeinfo warnings about colons in indices.
-rw-r--r--lispref/objects.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/objects.texi b/lispref/objects.texi
index c82242206fb..2f4ff2c52ca 100644
--- a/lispref/objects.texi
+++ b/lispref/objects.texi
@@ -530,7 +530,7 @@ char-to-string ; @r{A symbol named @samp{char-to-string}.}
@end group
@end example
-@cindex @samp{#:} read syntax
+@cindex @samp{#@var{colon}} read syntax
Normally the Lisp reader interns all symbols (@pxref{Creating
Symbols}). To prevent interning, you can write @samp{#:} before the
name of the symbol.