]> git.eshelyaron.com Git - emacs.git/commitdiff
(paragraph-start): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 12 Aug 1993 08:09:00 +0000 (08:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 12 Aug 1993 08:09:00 +0000 (08:09 +0000)
lisp/textmodes/paragraphs.el

index b548ab41c00399b4866db1a5b1d7f77545c427e6..c688561701537b73e90ac7302333c5c03931b2d8 100644 (file)
 ;;; Code:
 
 (defconst paragraph-start "^[ \t\n\f]" "\
-*Regexp for beginning of a line that starts OR separates paragraphs.")
+*Regexp for beginning of a line that starts OR separates paragraphs.
+This regexp should match lines that separate paragraphs
+and should also match lines that start a paragraph
+\(and are part of that paragraph).
+The variable `paragraph-separate' specifies how to distinguish
+lines that start paragraphs from lines that separate them.")
 
 (defconst paragraph-separate "^[ \t\f]*$" "\
 *Regexp for beginning of a line that separates paragraphs.