Mercurial > emacs
changeset 54272:3fd0ea9feede
(Expressions): Doc C-M-SPC as alias for C-M-@.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 04 Mar 2004 17:24:23 +0000 |
parents | 7232ffdd33dd |
children | d46dec533480 |
files | man/programs.texi |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/man/programs.texi Thu Mar 04 17:23:24 2004 +0000 +++ b/man/programs.texi Thu Mar 04 17:24:23 2004 +0000 @@ -641,6 +641,7 @@ @item C-M-t Transpose expressions (@code{transpose-sexps}). @item C-M-@@ +@itemx C-M-@key{SPC} Put mark after following expression (@code{mark-sexp}). @end table @@ -701,12 +702,14 @@ at or after point and the mark. @kindex C-M-@@ +@kindex C-M-@key{SPC} @findex mark-sexp To set the region around the next balanced expression in the buffer, use @kbd{C-M-@@} (@code{mark-sexp}), which sets mark at the same place that @kbd{C-M-f} would move to. @kbd{C-M-@@} takes arguments like @kbd{C-M-f}. In particular, a negative argument is useful for putting the mark at the beginning of the previous balanced expression. +The alias @kbd{C-M-@key{SPC}} is equivalent to @kbd{C-M-@@}. In languages that use infix operators, such as C, it is not possible to recognize all balanced expressions as such because there can be