From: Richard M. Stallman Date: Fri, 21 Jan 1994 16:30:21 +0000 (+0000) Subject: (forward-paragraph): Doc fix. X-Git-Tag: emacs-19.34~10198 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=85de16120a77a60873bb3e3b6eeec1ed59fc32f5;p=emacs.git (forward-paragraph): Doc fix. --- diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index fd5edc09a7e..9c78aaaceb9 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el @@ -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.