# HG changeset patch # User Richard M. Stallman # Date 993562011 0 # Node ID 537f173f694c40988ecf467e778373ea46291fec # Parent e24d77a5adf15cf77870e9c7c597c9d24bcc1814 Finish previous change. diff -r e24d77a5adf1 -r 537f173f694c man/mark.texi --- a/man/mark.texi Tue Jun 26 13:26:06 2001 +0000 +++ b/man/mark.texi Tue Jun 26 13:26:51 2001 +0000 @@ -261,7 +261,7 @@ @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 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