# HG changeset patch # User Richard M. Stallman # Date 759169821 0 # Node ID db6bea4e53457876684a13231a6f165c182e0d4d # Parent 98e3e12afd532ec3bdb34251ea86df5e4b5eb1bf (forward-paragraph): Doc fix. diff -r 98e3e12afd53 -r db6bea4e5345 lisp/textmodes/paragraphs.el --- 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.