changeset 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 b777a45900bb
children 38d2cf408e27
files man/building.texi man/programs.texi
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/man/building.texi	Wed Mar 13 17:59:14 2002 +0000
+++ b/man/building.texi	Wed Mar 13 18:00:48 2002 +0000
@@ -725,7 +725,9 @@
 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
--- 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}).