# HG changeset patch # User Richard M. Stallman # Date 918906772 0 # Node ID 92537e14b89bf4a4c62967cd656985888aeddb2f # Parent af1be3f3e04c87e0bbfd68016ad8e04af88c0923 (paragraph-separate): Doc fix. diff -r af1be3f3e04c -r 92537e14b89b lisp/textmodes/paragraphs.el --- a/lisp/textmodes/paragraphs.el Sat Feb 13 02:47:52 1999 +0000 +++ b/lisp/textmodes/paragraphs.el Sat Feb 13 11:52:52 1999 +0000 @@ -119,7 +119,7 @@ (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