diff options
| -rw-r--r-- | man/programs.texi | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/man/programs.texi b/man/programs.texi index 5f4a674f1e7..ecfd2ca274a 100644 --- a/man/programs.texi +++ b/man/programs.texi | |||
| @@ -176,8 +176,6 @@ parentheses exist (including human languages). | |||
| 176 | @cindex list | 176 | @cindex list |
| 177 | @cindex sexp | 177 | @cindex sexp |
| 178 | @cindex expression | 178 | @cindex expression |
| 179 | @cindex parentheses, moving across | ||
| 180 | @cindex matching parenthesis, moving to | ||
| 181 | These commands fall into two classes. Some deal only with @dfn{lists} | 179 | These commands fall into two classes. Some deal only with @dfn{lists} |
| 182 | (parenthetical groupings). They see nothing except parentheses, brackets, | 180 | (parenthetical groupings). They see nothing except parentheses, brackets, |
| 183 | braces (whichever ones must balance in the language you are working with), | 181 | braces (whichever ones must balance in the language you are working with), |
| @@ -232,6 +230,9 @@ Transpose expressions (@code{transpose-sexps}). | |||
| 232 | Put mark after following expression (@code{mark-sexp}). | 230 | Put mark after following expression (@code{mark-sexp}). |
| 233 | @end table | 231 | @end table |
| 234 | 232 | ||
| 233 | @cindex parentheses, moving across | ||
| 234 | @cindex matching parenthesis and braces, moving to | ||
| 235 | @cindex braces, moving across | ||
| 235 | @kindex C-M-f | 236 | @kindex C-M-f |
| 236 | @kindex C-M-b | 237 | @kindex C-M-b |
| 237 | @findex forward-sexp | 238 | @findex forward-sexp |
| @@ -253,6 +254,7 @@ were whitespace in most modes. | |||
| 253 | specified number of times; with a negative argument, it moves in the | 254 | specified number of times; with a negative argument, it moves in the |
| 254 | opposite direction. | 255 | opposite direction. |
| 255 | 256 | ||
| 257 | @cindex deleting parenthesized expressions | ||
| 256 | @kindex C-M-k | 258 | @kindex C-M-k |
| 257 | @findex kill-sexp | 259 | @findex kill-sexp |
| 258 | @kindex C-M-DEL | 260 | @kindex C-M-DEL |
| @@ -290,7 +292,7 @@ up one or more levels.@refill | |||
| 290 | delimiter, this is nearly the same as searching for a @samp{(}. An | 292 | delimiter, this is nearly the same as searching for a @samp{(}. An |
| 291 | argument specifies the number of levels of parentheses to go down. | 293 | argument specifies the number of levels of parentheses to go down. |
| 292 | 294 | ||
| 293 | @cindex transposition | 295 | @cindex transposition of parenthesized expressions |
| 294 | @kindex C-M-t | 296 | @kindex C-M-t |
| 295 | @findex transpose-sexps | 297 | @findex transpose-sexps |
| 296 | A somewhat random-sounding command which is nevertheless handy is | 298 | A somewhat random-sounding command which is nevertheless handy is |
| @@ -336,6 +338,8 @@ Move to end of current or following defun (@code{end-of-defun}). | |||
| 336 | Put region around whole current or following defun (@code{mark-defun}). | 338 | Put region around whole current or following defun (@code{mark-defun}). |
| 337 | @end table | 339 | @end table |
| 338 | 340 | ||
| 341 | @cindex move to beginning or end of function | ||
| 342 | @cindex function, move to beginning or end | ||
| 339 | @kindex C-M-a | 343 | @kindex C-M-a |
| 340 | @kindex C-M-e | 344 | @kindex C-M-e |
| 341 | @kindex C-M-h | 345 | @kindex C-M-h |