Mercurial > emacs
changeset 4585:04e78c728252
(paragraph-start): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 12 Aug 1993 08:09:00 +0000 |
parents | ae9fcf538e23 |
children | bf2158f85e52 |
files | lisp/textmodes/paragraphs.el |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/paragraphs.el Thu Aug 12 07:56:35 1993 +0000 +++ b/lisp/textmodes/paragraphs.el Thu Aug 12 08:09:00 1993 +0000 @@ -29,7 +29,12 @@ ;;; 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.