diff options
author | Miles Bader <miles@gnu.org> | 2008-04-23 05:55:42 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2008-04-23 05:55:42 +0000 |
commit | a113b3ca322fd73d97d0d9d69c9f48dc13fb326a (patch) | |
tree | 37b3ad22a198a83f68738ef86aec187bb6d926d9 /lisp/textmodes/paragraphs.el | |
parent | e96a8d6dc0ffc35cf6c02924de2453c69fa8f6fe (diff) | |
parent | 81fe843b5a3cc7708e0800aeb5bc0dbe448e800a (diff) | |
download | emacs-a113b3ca322fd73d97d0d9d69c9f48dc13fb326a.tar.gz emacs-a113b3ca322fd73d97d0d9d69c9f48dc13fb326a.tar.bz2 emacs-a113b3ca322fd73d97d0d9d69c9f48dc13fb326a.zip |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1121
Diffstat (limited to 'lisp/textmodes/paragraphs.el')
-rw-r--r-- | lisp/textmodes/paragraphs.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index 231eba6ba86..b21369edfda 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. |