aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorEli Zaretskii2002-03-22 13:41:46 +0000
committerEli Zaretskii2002-03-22 13:41:46 +0000
commitadcac9f50ffd9b18da16da9edb70175f90b51885 (patch)
treecbad0f33603434052988dae65a72823d18828d7e /lispref
parentda8acb6b4a0a01c06ac8270198d11f04d09e643c (diff)
downloademacs-adcac9f50ffd9b18da16da9edb70175f90b51885.tar.gz
emacs-adcac9f50ffd9b18da16da9edb70175f90b51885.zip
(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 f89c6ac12a6..02c11e7b990 100644
--- a/lispref/objects.texi
+++ b/lispref/objects.texi
@@ -530,9 +530,14 @@ 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@ifinfo
533@c This uses ``colon'' instead of a literal `:' because Info cannot 534@c This uses ``colon'' instead of a literal `:' because Info cannot
534@c cope with a `:' in a menu 535@c cope with a `:' in a menu
535@cindex @samp{#@var{colon}} read syntax 536@cindex @samp{#@var{colon}} read syntax
537@end ifinfo
538@ifnotinfo
539@cindex @samp{#:} read syntax
540@end ifnotinfo
536 Normally the Lisp reader interns all symbols (@pxref{Creating 541 Normally the Lisp reader interns all symbols (@pxref{Creating
537Symbols}). To prevent interning, you can write @samp{#:} before the 542Symbols}). To prevent interning, you can write @samp{#:} before the
538name of the symbol. 543name of the symbol.