comparison man/mark.texi @ 41748:0302528bddbc

Fix wording of the last change.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 01 Dec 2001 13:37:32 +0000
parents d5bce152d420
children 48c74a2caa77
comparison
equal deleted inserted replaced
41747:495e2f1dc6e6 41748:0302528bddbc
282 282
283 @kindex C-x h 283 @kindex C-x h
284 @findex mark-whole-buffer 284 @findex mark-whole-buffer
285 Other commands set both point and mark, to delimit an object in the 285 Other commands set both point and mark, to delimit an object in the
286 buffer. For example, @kbd{M-h} (@code{mark-paragraph}) moves point to 286 buffer. For example, @kbd{M-h} (@code{mark-paragraph}) moves point to
287 the beginning of the paragraph that surrounds or follows point, and puts 287 the beginning of the paragraph that surrounds or follows point, and
288 the mark at the end of that paragraph (@pxref{Paragraphs}). It prepares 288 puts the mark at the end of that paragraph (@pxref{Paragraphs}). It
289 the region so you can indent, case-convert, or kill a whole paragraph. 289 prepares the region so you can indent, case-convert, or kill a whole
290 The command also accepts a prefix argument. If the prefix argument 290 paragraph. With prefix argument, if the argument's value is positive,
291 is positive, @kbd{M-h} marks that many paragraphs, the paragraph 291 @kbd{M-h} marks that many paragraphs, the paragraph surrounding point
292 surrounding point plus some following paragraphs. If the prefix 292 plus some following paragraphs. If the prefix argument is negative,
293 argument is negative, @kbd{M-h} also marks that many paragraphs, but 293 @kbd{M-h} also marks that many paragraphs, but the preceding ones
294 the preceding instead of the following paragraphs. (With a positive 294 instead of the following. (With a positive argument, point is put
295 argument, point is put at the beginning and mark at end, with a 295 at the beginning and mark at end, with a negative argument, point is
296 negative argument, point is at end and mark at the beginning.) 296 at end and mark at the beginning.)
297 297
298 @kbd{C-M-h} (@code{mark-defun}) similarly puts point before, and the 298 @kbd{C-M-h} (@code{mark-defun}) similarly puts point before, and the
299 mark after, the current (or following) major top-level definition, or 299 mark after, the current (or following) major top-level definition, or
300 defun (@pxref{Moving by Defuns}). @kbd{C-x C-p} (@code{mark-page}) 300 defun (@pxref{Moving by Defuns}). @kbd{C-x C-p} (@code{mark-page})
301 puts point before the current page, and mark at the end 301 puts point before the current page, and mark at the end