From 9d7c4eb5547e75fdda8cf70758deeb45a1362994 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 13 Feb 1999 11:52:52 +0000 Subject: [PATCH] (paragraph-separate): Doc fix. --- lisp/textmodes/paragraphs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2