diff man/programs.texi @ 43889:c5ea7e769ffd

(Electric C, Lisp Eval): Avoid makeinfo warnings about colons in indices.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 13 Mar 2002 18:00:48 +0000
parents 640c0fcaebf1
children d22891dea363
line wrap: on
line diff
--- a/man/programs.texi	Wed Mar 13 17:59:14 2002 +0000
+++ b/man/programs.texi	Wed Mar 13 18:00:48 2002 +0000
@@ -1557,7 +1557,9 @@
 
 @table @kbd
 @item C-c :
-@kindex C-c : @r{(C mode)}
+@c This uses ``colon'' instead of a literal `:' because Info cannot
+@c cope with a `:' in a menu
+@kindex C-c @key{colon} @r{(C mode)}
 @findex c-scope-operator
 Insert a double colon scope operator at point, without reindenting the
 line or adding any newlines (@code{c-scope-operator}).