From 756e1ca00490f551d2575fabb15cf086768c7c80 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 13 Mar 2002 17:59:14 +0000 Subject: [PATCH] (Symbol Type): Avoid makeinfo warning about colons in indices. --- lispref/objects.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}.} @end group @end example -@cindex @samp{#:} read syntax +@c This uses ``colon'' instead of a literal `:' because Info cannot +@c cope with a `:' in a menu +@cindex @samp{#@var{colon}} read syntax Normally the Lisp reader interns all symbols (@pxref{Creating Symbols}). To prevent interning, you can write @samp{#:} before the name of the symbol. -- 2.39.2