diff lisp/textmodes/paragraphs.el @ 5653:db6bea4e5345

(forward-paragraph): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 21 Jan 1994 16:30:21 +0000
parents c4c662362d39
children 19a84bb30e9e
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.