From c668cdd02bf9c5d855b14acee0bad03b10f067bc Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 13 Mar 2002 18:00:48 +0000 Subject: [PATCH] (Electric C, Lisp Eval): Avoid makeinfo warnings about colons in indices. --- man/building.texi | 4 +++- man/programs.texi | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/man/building.texi b/man/building.texi index f3a9abc58f4..ab50834f957 100644 --- a/man/building.texi +++ b/man/building.texi @@ -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 diff --git a/man/programs.texi b/man/programs.texi index de1fe8961a0..6cc8c2cbf06 100644 --- a/man/programs.texi +++ b/man/programs.texi @@ -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}). -- 2.39.2