diff options
| author | Eli Zaretskii | 2002-03-13 17:59:14 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-03-13 17:59:14 +0000 |
| commit | 756e1ca00490f551d2575fabb15cf086768c7c80 (patch) | |
| tree | 746c09cfe84798767227cd0cc5a736ba950a9833 | |
| parent | 6e75414a7e5a20a035b2cdb33f76f2d0a012b5cb (diff) | |
| download | emacs-756e1ca00490f551d2575fabb15cf086768c7c80.tar.gz emacs-756e1ca00490f551d2575fabb15cf086768c7c80.zip | |
(Symbol Type): Avoid makeinfo warning about colons in indices.
| -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. |