emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] 44/56: Fix more minor mode docstrings.


From: Luke Lee
Subject: [elpa] 44/56: Fix more minor mode docstrings.
Date: Thu, 28 Aug 2014 02:21:57 +0000

lukelee pushed a commit to branch master
in repository elpa.

commit f0269fc07847b229e35579058e81096d06997524
Author: Chong Yidong <address@hidden>
Date:   Wed Oct 19 20:26:14 2011 -0400

    Fix more minor mode docstrings.
    
    * lisp/emulation/cua-base.el (cua-mode):
    * lisp/mail/footnote.el (footnote-mode):
    * lisp/mail/mailabbrev.el (mail-abbrevs-mode):
    * lisp/net/xesam.el (xesam-minor-mode):
    * lisp/progmodes/bug-reference.el (bug-reference-mode):
    * lisp/progmodes/cap-words.el (capitalized-words-mode):
    * lisp/progmodes/compile.el (compilation-minor-mode)
    (compilation-shell-minor-mode):
    * lisp/progmodes/gud.el (gud-tooltip-mode):
    * lisp/progmodes/hideif.el (hide-ifdef-mode):
    * lisp/progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
    * lisp/progmodes/subword.el (subword-mode):
    * lisp/progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
    * lisp/progmodes/which-func.el (which-function-mode):
    * lisp/term/tvi970.el (tvi970-set-keypad-mode):
    * lisp/term/vt100.el (vt100-wide-mode):
    * lisp/textmodes/flyspell.el (flyspell-mode):
    * lisp/textmodes/ispell.el (ispell-minor-mode):
    * lisp/textmodes/nroff-mode.el (nroff-electric-mode):
    * lisp/textmodes/paragraphs.el (use-hard-newlines):
    * lisp/textmodes/refill.el (refill-mode):
    * lisp/textmodes/reftex.el (reftex-mode):
    * lisp/textmodes/rst.el (rst-minor-mode):
    * lisp/textmodes/sgml-mode.el (html-autoview-mode)
    (sgml-electric-tag-pair-mode):
    * lisp/textmodes/tex-mode.el (latex-electric-env-pair-mode):
    * lisp/vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
    * lisp/emulation/crisp.el (crisp-mode):
    * lisp/emacs-lisp/eldoc.el (eldoc-mode):
    * lisp/emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
    minor mode behavior.
    
    * lisp/erc/erc-fill.el (erc-fill-mode):
    * lisp/erc/erc-track.el (erc-track-minor-mode): Doc fix.
    
    * lisp/erc/erc.el (define-erc-module): Fix autogenerated docstring to
    reflect Emacs 24 minor mode changes.
    
    * lisp/gnus/gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
    calling a minor mode from Lisp with nil arg enables it, so we have to
    make the working a bit ambiguous here).
---
 lisp/emulation/crisp.el |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/lisp/emulation/crisp.el b/lisp/emulation/crisp.el
index b2806e8..567a579 100644
--- a/lisp/emulation/crisp.el
+++ b/lisp/emulation/crisp.el
@@ -349,8 +349,10 @@ normal CRiSP binding) and when it is nil M-x will run
 
 ;;;###autoload
 (define-minor-mode crisp-mode
-  "Toggle CRiSP/Brief emulation minor mode.
-With ARG, turn CRiSP mode on if ARG is positive, off otherwise."
+  "Toggle CRiSP/Brief emulation (CRiSP mode).
+With a prefix argument ARG, enable CRiSP mode if ARG is positive,
+and disable it otherwise.  If called from Lisp, enable the mode
+if ARG is omitted or nil."
   :keymap crisp-mode-map
   :lighter crisp-mode-modeline-string
   (when crisp-mode



reply via email to

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