diff options
author | Eli Zaretskii <eliz@gnu.org> | 2003-09-28 08:49:44 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2003-09-28 08:49:44 +0000 |
commit | 57fff5de663515ea95e25d10eb838929cbda4ad6 (patch) | |
tree | 2c3fff1b8d7721590ee87ec3c80d5253a4bb62d4 /lisp/textmodes/text-mode.el | |
parent | 51c8b53fd264d33bba8ef401054bcd978264b512 (diff) | |
download | emacs-57fff5de663515ea95e25d10eb838929cbda4ad6.tar.gz emacs-57fff5de663515ea95e25d10eb838929cbda4ad6.tar.bz2 emacs-57fff5de663515ea95e25d10eb838929cbda4ad6.zip |
(paragraph-indent-minor-mode): Doc fix.
Diffstat (limited to 'lisp/textmodes/text-mode.el')
-rw-r--r-- | lisp/textmodes/text-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |