diff options
| author | Richard M. Stallman | 2001-06-26 13:26:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-06-26 13:26:06 +0000 |
| commit | 366c721e55f1faac690695985f4bdacd1949bac8 (patch) | |
| tree | aa7cf4d81bd207c4d948ba011fb7e4f75e55e4b3 | |
| parent | 46497336e1b27dca1d4abbf0e0464357eb952728 (diff) | |
| download | emacs-366c721e55f1faac690695985f4bdacd1949bac8.tar.gz emacs-366c721e55f1faac690695985f4bdacd1949bac8.zip | |
Say "expression" instead of "sexp". Update xref, Sexps -> Expressions.
Update xref, Defuns -> Moving by Defuns.
| -rw-r--r-- | man/mark.texi | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/man/mark.texi b/man/mark.texi index 209aa36f803..538dea7dd2f 100644 --- a/man/mark.texi +++ b/man/mark.texi | |||
| @@ -257,7 +257,7 @@ object such as a word, list, paragraph or page. | |||
| 257 | Set mark after end of next word (@code{mark-word}). This command and | 257 | Set mark after end of next word (@code{mark-word}). This command and |
| 258 | the following one do not move point. | 258 | the following one do not move point. |
| 259 | @item C-M-@@ | 259 | @item C-M-@@ |
| 260 | Set mark after end of next Lisp expression (@code{mark-sexp}). | 260 | Set mark after end of following balanced expression (@code{mark-sexp}). |
| 261 | @item M-h | 261 | @item M-h |
| 262 | Put region around current paragraph (@code{mark-paragraph}). | 262 | Put region around current paragraph (@code{mark-paragraph}). |
| 263 | @item C-M-h | 263 | @item C-M-h |
| @@ -268,10 +268,10 @@ Put region around entire buffer (@code{mark-whole-buffer}). | |||
| 268 | Put region around current page (@code{mark-page}). | 268 | Put region around current page (@code{mark-page}). |
| 269 | @end table | 269 | @end table |
| 270 | 270 | ||
| 271 | @kbd{M-@@} (@code{mark-word}) puts the mark at the end of the next word, | 271 | @kbd{M-@@} (@code{mark-word}) puts the mark at the end of the next |
| 272 | while @kbd{C-M-@@} (@code{mark-sexp}) puts it at the end of the next Lisp | 272 | word, while @kbd{C-M-@@} (@code{mark-sexp}) puts it at the end of the |
| 273 | expression. These commands handle arguments just like @kbd{M-f} and | 273 | next balanced expression (@pxref{Expressions}). These commands handle |
| 274 | @kbd{C-M-f}. | 274 | arguments just like @kbd{M-f} and @kbd{C-M-f}. |
| 275 | 275 | ||
| 276 | @kindex C-x h | 276 | @kindex C-x h |
| 277 | @findex mark-whole-buffer | 277 | @findex mark-whole-buffer |
| @@ -282,13 +282,13 @@ the mark at the end of that paragraph (@pxref{Paragraphs}). It prepares | |||
| 282 | the region so you can indent, case-convert, or kill a whole paragraph. | 282 | the region so you can indent, case-convert, or kill a whole paragraph. |
| 283 | 283 | ||
| 284 | @kbd{C-M-h} (@code{mark-defun}) similarly puts point before and the | 284 | @kbd{C-M-h} (@code{mark-defun}) similarly puts point before and the |
| 285 | mark after the current or following defun (@pxref{Defuns}). @kbd{C-x | 285 | mark after the current or following defun (@pxref{Moving by Defuns}). |
| 286 | C-p} (@code{mark-page}) puts point before the current page, and mark at | 286 | @kbd{C-x C-p} (@code{mark-page}) puts point before the current page, |
| 287 | the end (@pxref{Pages}). The mark goes after the terminating page | 287 | and mark at the end (@pxref{Pages}). The mark goes after the |
| 288 | delimiter (to include it), while point goes after the preceding page | 288 | terminating page delimiter (to include it), while point goes after the |
| 289 | delimiter (to exclude it). A numeric argument specifies a later page | 289 | preceding page delimiter (to exclude it). A numeric argument |
| 290 | (if positive) or an earlier page (if negative) instead of the current | 290 | specifies a later page (if positive) or an earlier page (if negative) |
| 291 | page. | 291 | instead of the current page. |
| 292 | 292 | ||
| 293 | Finally, @kbd{C-x h} (@code{mark-whole-buffer}) sets up the entire | 293 | Finally, @kbd{C-x h} (@code{mark-whole-buffer}) sets up the entire |
| 294 | buffer as the region, by putting point at the beginning and the mark at | 294 | buffer as the region, by putting point at the beginning and the mark at |