From: Eli Zaretskii Date: Sun, 28 Sep 2003 08:49:44 +0000 (+0000) Subject: (paragraph-indent-minor-mode): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~8721 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=57fff5de663515ea95e25d10eb838929cbda4ad6;p=emacs.git (paragraph-indent-minor-mode): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 89291362998..cc62088e73d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-09-28 Jesper Harder (tiny change) + + * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix. + 2003-09-28 David Ponce * recentf.el (recentf-initialize-file-name-history): New diff --git a/lisp/textmodes/text-mode.el b/lisp/textmodes/text-mode.el index 322ab098413..d20a67db146 100644 --- a/lisp/textmodes/text-mode.el +++ b/lisp/textmodes/text-mode.el @@ -87,7 +87,7 @@ Turning on Paragraph-Indent Text mode runs the normal hooks "Minor mode for editing text, with leading spaces starting a paragraph. In this mode, you do not need blank lines between paragraphs when the first line of the following paragraph starts with whitespace, as with -`paragraph-indent-mode'. +`paragraph-indent-text-mode'. Turning on Paragraph-Indent minor mode runs the normal hook `paragraph-indent-text-mode-hook'." (interactive)