Mercurial > emacs
changeset 5653:db6bea4e5345
(forward-paragraph): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 21 Jan 1994 16:30:21 +0000 |
parents | 98e3e12afd53 |
children | f84dac6453db |
files | lisp/textmodes/paragraphs.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/paragraphs.el Fri Jan 21 16:22:40 1994 +0000 +++ b/lisp/textmodes/paragraphs.el Fri Jan 21 16:30:21 1994 +0000 @@ -58,7 +58,7 @@ (defun forward-paragraph (&optional arg) "Move forward to end of paragraph. -With arg N, do it N times; negative arg -N means move forward N paragraphs. +With arg N, do it N times; negative 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.