diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-06-26 13:26:51 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-06-26 13:26:51 +0000 |
commit | a3cf69634663faa44c67f58b5310ed525daf7103 (patch) | |
tree | b789c3742e27166d4a7f9dbee96a3c650586558b /man/mark.texi | |
parent | 366c721e55f1faac690695985f4bdacd1949bac8 (diff) | |
download | emacs-a3cf69634663faa44c67f58b5310ed525daf7103.tar.gz |
Finish previous change.
Diffstat (limited to 'man/mark.texi')
-rw-r--r-- | man/mark.texi | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/man/mark.texi b/man/mark.texi index 538dea7dd2f..5940eda0854 100644 --- a/man/mark.texi +++ b/man/mark.texi @@ -261,7 +261,7 @@ Set mark after end of following balanced expression (@code{mark-sexp}). @item M-h Put region around current paragraph (@code{mark-paragraph}). @item C-M-h -Put region around current Lisp defun (@code{mark-defun}). +Put region around current defun (@code{mark-defun}). @item C-x h Put region around entire buffer (@code{mark-whole-buffer}). @item C-x C-p @@ -282,13 +282,14 @@ the mark at the end of that paragraph (@pxref{Paragraphs}). It prepares the region so you can indent, case-convert, or kill a whole paragraph. @kbd{C-M-h} (@code{mark-defun}) similarly puts point before and the -mark after the current or following defun (@pxref{Moving by Defuns}). -@kbd{C-x C-p} (@code{mark-page}) puts point before the current page, -and mark at the end (@pxref{Pages}). The mark goes after the -terminating page delimiter (to include it), while point goes after the -preceding page delimiter (to exclude it). A numeric argument -specifies a later page (if positive) or an earlier page (if negative) -instead of the current page. +mark after the current or following major top-level definition, or +defun (@pxref{Moving by Defuns}). @kbd{C-x C-p} (@code{mark-page}) +puts point before the current page, and mark at the end +(@pxref{Pages}). The mark goes after the terminating page delimiter +(to include it), while point goes after the preceding page delimiter +(to exclude it). A numeric argument specifies a later page (if +positive) or an earlier page (if negative) instead of the current +page. Finally, @kbd{C-x h} (@code{mark-whole-buffer}) sets up the entire buffer as the region, by putting point at the beginning and the mark at |