From: Richard M. Stallman Date: Sat, 13 Feb 1999 11:52:52 +0000 (+0000) Subject: (paragraph-separate): Doc fix. X-Git-Tag: emacs-20.4~640 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9d7c4eb5547e75fdda8cf70758deeb45a1362994;p=emacs.git (paragraph-separate): Doc fix. --- diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index 4132cb131c5..4f373763bc7 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el @@ -119,7 +119,7 @@ hard newline are considered to match." (defcustom paragraph-separate "[ \t\f]*$" "*Regexp for beginning of a line that separates paragraphs. -If you change this, you may have to change paragraph-start also. +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