changeset 24309:92537e14b89b

(paragraph-separate): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 13 Feb 1999 11:52:52 +0000
parents af1be3f3e04c
children e76bade08723
files lisp/textmodes/paragraphs.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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