diff options
| -rw-r--r-- | lispref/objects.texi | 4 |
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 |
| 535 | Symbols}). To prevent interning, you can write @samp{#:} before the | 537 | Symbols}). To prevent interning, you can write @samp{#:} before the |
| 536 | name of the symbol. | 538 | name of the symbol. |