diff options
Diffstat (limited to 'man/programs.texi')
| -rw-r--r-- | man/programs.texi | 3 |
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 |
| 642 | Transpose expressions (@code{transpose-sexps}). | 642 | Transpose expressions (@code{transpose-sexps}). |
| 643 | @item C-M-@@ | 643 | @item C-M-@@ |
| 644 | @itemx C-M-@key{SPC} | ||
| 644 | Put mark after following expression (@code{mark-sexp}). | 645 | Put 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 | |||
| 701 | at or after point and the mark. | 702 | at 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, |
| 706 | use @kbd{C-M-@@} (@code{mark-sexp}), which sets mark at the same place | 708 | use @kbd{C-M-@@} (@code{mark-sexp}), which sets mark at the same place |
| 707 | that @kbd{C-M-f} would move to. @kbd{C-M-@@} takes arguments like | 709 | that @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 |
| 709 | the mark at the beginning of the previous balanced expression. | 711 | the mark at the beginning of the previous balanced expression. |
| 712 | The 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 |
| 712 | to recognize all balanced expressions as such because there can be | 715 | to recognize all balanced expressions as such because there can be |