]> code.delx.au - gnu-emacs/commitdiff
(Electric C, Lisp Eval): Avoid makeinfo warnings about colons in indices.
authorEli Zaretskii <eliz@gnu.org>
Wed, 13 Mar 2002 18:00:48 +0000 (18:00 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 13 Mar 2002 18:00:48 +0000 (18:00 +0000)
man/building.texi
man/programs.texi

index f3a9abc58f4fdd4bf79ad93680b949d1019964c7..ab50834f9574a232ce6075ebe39062fbfac662d1 100644 (file)
@@ -725,7 +725,9 @@ Evaluate all the Lisp expressions in the region.
 Evaluate all the Lisp expressions in the buffer.
 @end table
 
-@kindex M-:
+@c This uses ``colon'' instead of a literal `:' because Info cannot
+@c cope with a `:' in a menu
+@kindex M-@key{colon}
 @findex eval-expression
   @kbd{M-:} (@code{eval-expression}) is the most basic command for evaluating
 a Lisp expression interactively.  It reads the expression using the
index de1fe8961a0060d6cde3223b59c3076ed5701645..6cc8c2cbf063efbf0a85f989ea1bef192a25716a 100644 (file)
@@ -1557,7 +1557,9 @@ colon with no reindentation or newlines by typing @kbd{C-c :}:
 
 @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}).