summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-12-26 22:43:17 +0000
committerRichard M. Stallman <rms@gnu.org>1996-12-26 22:43:17 +0000
commite3b35e5ecd6db3bb5787794c096ef22247ac29fe (patch)
tree856bcc738a31fae4a20bc279e40be277ac61c24e
parentc51fa8f5dd5d157464af566ec53c9951adba08b2 (diff)
downloademacs-e3b35e5ecd6db3bb5787794c096ef22247ac29fe.tar.gz
(forward-paragraph, backward-paragraph): Doc fixes.
-rw-r--r--lisp/textmodes/paragraphs.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el
index 7948723d963..cb876d55031 100644
--- a/lisp/textmodes/paragraphs.el
+++ b/lisp/textmodes/paragraphs.el
@@ -134,7 +134,8 @@ This is desirable in modes where blank lines are the paragraph delimiters.")
(defun forward-paragraph (&optional arg)
"Move forward to end of paragraph.
-With arg N, do it N times; negative arg -N means move backward N paragraphs.
+With argument ARG, do it ARG times;
+a negative argument ARG = -N means move backward N paragraphs.
A line which `paragraph-start' matches either separates paragraphs
\(if `paragraph-separate' matches it also) or is the first line of a paragraph.
@@ -265,7 +266,8 @@ to which the end of the previous line belongs, or the end of the buffer."
(defun backward-paragraph (&optional arg)
"Move backward to start of paragraph.
-With arg N, do it N times; negative arg -N means move forward N paragraphs.
+With argument ARG, do it ARG times;
+a negative argument ARG = -N means move forward N paragraphs.
A paragraph start is the beginning of a line which is a
`first-line-of-paragraph' or which is ordinary text and follows a