aboutsummaryrefslogtreecommitdiffstats
path: root/man/programs.texi
diff options
context:
space:
mode:
Diffstat (limited to 'man/programs.texi')
-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