diff lisp/textmodes/paragraphs.el @ 24309:92537e14b89b

(paragraph-separate): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 13 Feb 1999 11:52:52 +0000
parents 5e7aa3a0e2ad
children 30ee4bf65cb3
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