From 6a41f604edb1cff1d228166f378a7525567cbb1f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 13 Mar 2002 19:59:37 +0000 Subject: [PATCH] (Symbol Type): Avoid makeinfo warnings about colons in indices. --- lispref/objects.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispref/objects.texi b/lispref/objects.texi index c82242206fb..2f4ff2c52ca 100644 --- a/lispref/objects.texi +++ b/lispref/objects.texi @@ -530,7 +530,7 @@ char-to-string ; @r{A symbol named @samp{char-to-string}.} @end group @end example -@cindex @samp{#:} read syntax +@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.5