diff options
author | Eli Zaretskii <eliz@gnu.org> | 2002-03-13 18:00:48 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2002-03-13 18:00:48 +0000 |
commit | c668cdd02bf9c5d855b14acee0bad03b10f067bc (patch) | |
tree | 01b63eef288379b45d88663bce88f7535b596fc2 /man/building.texi | |
parent | 756e1ca00490f551d2575fabb15cf086768c7c80 (diff) | |
download | emacs-c668cdd02bf9c5d855b14acee0bad03b10f067bc.tar.gz |
(Electric C, Lisp Eval): Avoid makeinfo warnings about colons in indices.
Diffstat (limited to 'man/building.texi')
-rw-r--r-- | man/building.texi | 4 |
1 files changed, 3 insertions, 1 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 |