]> git.eshelyaron.com Git - emacs.git/commitdiff
(forward-paragraph): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 21 Jan 1994 16:30:21 +0000 (16:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 21 Jan 1994 16:30:21 +0000 (16:30 +0000)
lisp/textmodes/paragraphs.el

index fd5edc09a7e2f388ed92a2562e6e7c03d2f549fb..9c78aaaceb94c94a50dbd72819b186d3e39dace7 100644 (file)
@@ -58,7 +58,7 @@ 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 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.