Mercurial > emacs
changeset 16757:e1c2e9a44236
(forward-paragraph, backward-paragraph): Doc fixes.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 26 Dec 1996 22:43:17 +0000 |
parents | 71113ba79b1b |
children | bbe21b1c17a7 |
files | lisp/textmodes/paragraphs.el |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/paragraphs.el Thu Dec 26 22:41:42 1996 +0000 +++ b/lisp/textmodes/paragraphs.el Thu Dec 26 22:43:17 1996 +0000 @@ -134,7 +134,8 @@ (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 @@ (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