diff lisp/paragraphs.el @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents a4f53d9b3154
children 8626e4521993
line wrap: on
line diff
--- a/lisp/paragraphs.el	Mon Aug 13 11:01:58 2007 +0200
+++ b/lisp/paragraphs.el	Mon Aug 13 11:03:08 2007 +0200
@@ -126,9 +126,7 @@
 ;; XEmacs -- use purecopy
 (defconst paragraph-separate (purecopy "[ \t\f]*$") "\
 *Regexp for beginning of a line that separates paragraphs.
-If you change this, you may have to change `paragraph-start' also.
-
-A line matching this is not part of any paragraph.
+If you change this, you may have to change paragraph-start also.
 
 This is matched against the text at the left margin, which is not necessarily
 the beginning of the line, so it should not use \"^\" as an anchor.  This
@@ -353,7 +351,7 @@
 With negative argument, move backward repeatedly to `sentence-beginning'.
 
 The variable `sentence-end' is a regular expression that matches ends of
-sentences.  A paragraph boundary also terminates a sentence."
+sentences.  Also, every paragraph boundary terminates sentences as well."
   (interactive "_p") ; XEmacs
   (or arg (setq arg 1))
   (while (< arg 0)