diff options
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 |