aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorRichard M. Stallman2004-03-04 17:24:23 +0000
committerRichard M. Stallman2004-03-04 17:24:23 +0000
commit649d1cbe2b7fa41bbff239e27997eb4e7e326266 (patch)
treedc30fe9d88ddcdc8d75567dc43922518d13415bb /man
parent0771f2b93183402ec731da9c95284964632363ae (diff)
downloademacs-649d1cbe2b7fa41bbff239e27997eb4e7e326266.tar.gz
emacs-649d1cbe2b7fa41bbff239e27997eb4e7e326266.zip
(Expressions): Doc C-M-SPC as alias for C-M-@.
Diffstat (limited to 'man')
-rw-r--r--man/programs.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/programs.texi b/man/programs.texi
index 6b3776e0ac3..84f3e6f14f8 100644
--- a/man/programs.texi
+++ b/man/programs.texi
@@ -641,6 +641,7 @@ Kill balanced expression forward (@code{kill-sexp}).
641@item C-M-t 641@item C-M-t
642Transpose expressions (@code{transpose-sexps}). 642Transpose expressions (@code{transpose-sexps}).
643@item C-M-@@ 643@item C-M-@@
644@itemx C-M-@key{SPC}
644Put mark after following expression (@code{mark-sexp}). 645Put mark after following expression (@code{mark-sexp}).
645@end table 646@end table
646 647
@@ -701,12 +702,14 @@ rather than doing nothing, transposes the balanced expressions ending
701at or after point and the mark. 702at or after point and the mark.
702 703
703@kindex C-M-@@ 704@kindex C-M-@@
705@kindex C-M-@key{SPC}
704@findex mark-sexp 706@findex mark-sexp
705 To set the region around the next balanced expression in the buffer, 707 To set the region around the next balanced expression in the buffer,
706use @kbd{C-M-@@} (@code{mark-sexp}), which sets mark at the same place 708use @kbd{C-M-@@} (@code{mark-sexp}), which sets mark at the same place
707that @kbd{C-M-f} would move to. @kbd{C-M-@@} takes arguments like 709that @kbd{C-M-f} would move to. @kbd{C-M-@@} takes arguments like
708@kbd{C-M-f}. In particular, a negative argument is useful for putting 710@kbd{C-M-f}. In particular, a negative argument is useful for putting
709the mark at the beginning of the previous balanced expression. 711the mark at the beginning of the previous balanced expression.
712The alias @kbd{C-M-@key{SPC}} is equivalent to @kbd{C-M-@@}.
710 713
711 In languages that use infix operators, such as C, it is not possible 714 In languages that use infix operators, such as C, it is not possible
712to recognize all balanced expressions as such because there can be 715to recognize all balanced expressions as such because there can be