mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(Electric C, Lisp Eval): Avoid makeinfo warnings about colons in indices.
This commit is contained in:
parent
756e1ca004
commit
c668cdd02b
@ -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
|
||||
|
@ -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}).
|
||||
|
Loading…
Reference in New Issue
Block a user