aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.