From: Stefan Monnier Date: Sat, 12 Apr 2008 05:17:39 +0000 (+0000) Subject: Docstring change. X-Git-Tag: emacs-pretest-22.2.90~185 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2900c113b4d9c9d288e366441a7562647745b86d;p=emacs.git Docstring change. --- diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index c2e45b217ef..5373da32d66 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el @@ -355,8 +355,8 @@ With argument ARG, do it ARG times; a negative argument ARG = -N means move forward N paragraphs. A paragraph start is the beginning of a line which is a -`first-line-of-paragraph' or which is ordinary text and follows a -paragraph-separating line; except: if the first real line of a +`paragraph-start' or which is ordinary text and follows a +`paragraph-separate'ing line; except: if the first real line of a paragraph is preceded by a blank line, the paragraph starts at that blank line.