emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragraph-indent-minor-mode] Doctring fix


From: Jesper Harder
Subject: [paragraph-indent-minor-mode] Doctring fix
Date: Sun, 14 Sep 2003 05:25:29 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

In GNU Emacs 21.3.50.36 (i686-pc-linux-gnu, GTK+ Version 2.0.2)
 of 2003-09-13 on defun.localdomain

Hi,

The docstring for `paragraph-indent-minor-mode' should say
`paragraph-indent-text-mode' instead of `paragraph-indent-mode'.


diff -c /usr/local/share/emacs/21.3.50/lisp/textmodes/text-mode.el\~ 
/usr/local/share/emacs/21.3.50/lisp/textmodes/text-mode.el
*** /usr/local/share/emacs/21.3.50/lisp/textmodes/text-mode.el~ Mon Sep  1 
22:29:24 2003
--- /usr/local/share/emacs/21.3.50/lisp/textmodes/text-mode.el  Sun Sep 14 
05:22:04 2003
***************
*** 87,93 ****
    "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'.
  Turning on Paragraph-Indent minor mode runs the normal hook
  `paragraph-indent-text-mode-hook'."
    (interactive)
--- 87,93 ----
    "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-text-mode'.
  Turning on Paragraph-Indent minor mode runs the normal hook
  `paragraph-indent-text-mode-hook'."
    (interactive)

Diff finished at Sun Sep 14 05:22:17







reply via email to

[Prev in Thread] Current Thread [Next in Thread]