summaryrefslogtreecommitdiff
path: root/man/mark.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-12-01 13:37:32 +0000
committerEli Zaretskii <eliz@gnu.org>2001-12-01 13:37:32 +0000
commitc77f9a74add3a9958f106508ee7c167072400dac (patch)
tree4af16b9c050dbee2fd542588c550ce578f844b8b /man/mark.texi
parent406a443d0537e92e9389e87f2a9aca491fe84461 (diff)
downloademacs-c77f9a74add3a9958f106508ee7c167072400dac.tar.gz
Fix wording of the last change.
Diffstat (limited to 'man/mark.texi')
-rw-r--r--man/mark.texi20
1 files changed, 10 insertions, 10 deletions
diff --git a/man/mark.texi b/man/mark.texi
index b34b65212d2..ad57c95958c 100644
--- a/man/mark.texi
+++ b/man/mark.texi
@@ -284,16 +284,16 @@ arguments just like @kbd{M-f} and @kbd{C-M-f}.
@findex mark-whole-buffer
Other commands set both point and mark, to delimit an object in the
buffer. For example, @kbd{M-h} (@code{mark-paragraph}) moves point to
-the beginning of the paragraph that surrounds or follows point, and puts
-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.
-The command also accepts a prefix argument. If the prefix argument
-is positive, @kbd{M-h} marks that many paragraphs, the paragraph
-surrounding point plus some following paragraphs. If the prefix
-argument is negative, @kbd{M-h} also marks that many paragraphs, but
-the preceding instead of the following paragraphs. (With a positive
-argument, point is put at the beginning and mark at end, with a
-negative argument, point is at end and mark at the beginning.)
+the beginning of the paragraph that surrounds or follows point, and
+puts 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. With prefix argument, if the argument's value is positive,
+@kbd{M-h} marks that many paragraphs, the paragraph surrounding point
+plus some following paragraphs. If the prefix argument is negative,
+@kbd{M-h} also marks that many paragraphs, but the preceding ones
+instead of the following. (With a positive argument, point is put
+at the beginning and mark at end, with a negative argument, point is
+at end and mark at the beginning.)
@kbd{C-M-h} (@code{mark-defun}) similarly puts point before, and the
mark after, the current (or following) major top-level definition, or