aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2002-03-13 17:59:14 +0000
committerEli Zaretskii2002-03-13 17:59:14 +0000
commit756e1ca00490f551d2575fabb15cf086768c7c80 (patch)
tree746c09cfe84798767227cd0cc5a736ba950a9833
parent6e75414a7e5a20a035b2cdb33f76f2d0a012b5cb (diff)
downloademacs-756e1ca00490f551d2575fabb15cf086768c7c80.tar.gz
emacs-756e1ca00490f551d2575fabb15cf086768c7c80.zip
(Symbol Type): Avoid makeinfo warning about colons in indices.
-rw-r--r--lispref/objects.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/lispref/objects.texi b/lispref/objects.texi
index c82242206fb..f89c6ac12a6 100644
--- a/lispref/objects.texi
+++ b/lispref/objects.texi
@@ -530,7 +530,9 @@ char-to-string ; @r{A symbol named @samp{char-to-string}.}
530@end group 530@end group
531@end example 531@end example
532 532
533@cindex @samp{#:} read syntax 533@c This uses ``colon'' instead of a literal `:' because Info cannot
534@c cope with a `:' in a menu
535@cindex @samp{#@var{colon}} read syntax
534 Normally the Lisp reader interns all symbols (@pxref{Creating 536 Normally the Lisp reader interns all symbols (@pxref{Creating
535Symbols}). To prevent interning, you can write @samp{#:} before the 537Symbols}). To prevent interning, you can write @samp{#:} before the
536name of the symbol. 538name of the symbol.