emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp/mh-e mh-customize.el ChangeLog


From: Bill Wohler
Subject: [Emacs-commit] emacs/lisp/mh-e mh-customize.el ChangeLog
Date: Sun, 30 Oct 2005 20:37:31 -0500

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Bill Wohler <address@hidden>    05/10/31 01:37:31

Modified files:
        lisp/mh-e      : mh-customize.el ChangeLog 

Log message:
        (mh-compose-space-does-completion-flag, mh-signature-separator-flag)
        (mh-interpret-number-as-range-flag, mh-adaptive-cmd-note-flag): Use
        "Non-nil means" instead of "On means" to remain checkdoc clean and
        consistent with Emacs. I raised this issue with the Emacs developers
        and Stallman agrees that "On means" should be allowed in custom
        docstrings but that this change requires thought and should wait until
        after the Emacs 22 release.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mh-e/mh-customize.el.diff?tr1=1.28&tr2=1.29&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mh-e/ChangeLog.diff?tr1=1.56&tr2=1.57&r1=text&r2=text

Patches:
Index: emacs/lisp/mh-e/ChangeLog
diff -u emacs/lisp/mh-e/ChangeLog:1.56 emacs/lisp/mh-e/ChangeLog:1.57
--- emacs/lisp/mh-e/ChangeLog:1.56      Sat Oct 29 05:09:05 2005
+++ emacs/lisp/mh-e/ChangeLog   Mon Oct 31 01:37:30 2005
@@ -1,3 +1,14 @@
+2005-10-30  Bill Wohler  <address@hidden>
+
+       * mh-customize.el (mh-compose-space-does-completion-flag)
+       (mh-signature-separator-flag, mh-interpret-number-as-range-flag)
+       (mh-adaptive-cmd-note-flag): Use "Non-nil means" instead of "On
+       means" to remain checkdoc clean and consistent with Emacs. I
+       raised this issue with the Emacs developers and Stallman agrees
+       that "On means" should be allowed in custom docstrings but that
+       this change requires thought and should wait until after the Emacs
+       22 release.
+
 2005-10-28  Bill Wohler  <address@hidden>
 
        * mh-comp.el (mh-annotate-msg): Use new variable
Index: emacs/lisp/mh-e/mh-customize.el
diff -u emacs/lisp/mh-e/mh-customize.el:1.28 
emacs/lisp/mh-e/mh-customize.el:1.29
--- emacs/lisp/mh-e/mh-customize.el:1.28        Sat Oct 29 05:09:04 2005
+++ emacs/lisp/mh-e/mh-customize.el     Mon Oct 31 01:37:30 2005
@@ -781,12 +781,12 @@
   :group 'mh-letter)
 
 (defcustom mh-compose-space-does-completion-flag nil
-  "*On means \\<mh-letter-mode-map>\\[mh-letter-complete-or-space] does 
completion in message header."
+  "*Non-nil means \\<mh-letter-mode-map>\\[mh-letter-complete-or-space] does 
completion in message header."
   :type 'boolean
   :group 'mh-letter)
 
 (defcustom mh-delete-yanked-msg-window-flag nil
-  "*On means delete any window displaying the message.
+  "*Non-nil means delete any window displaying the message.
 This deletes the window containing the original message after yanking it with
 \\<mh-letter-mode-map>\\[mh-yank-cur-msg] to make more room on your screen for
 your reply."
@@ -869,7 +869,7 @@
   :group 'mh-letter)
 
 (defcustom mh-signature-separator-flag t
-  "*On means a signature separator should be inserted.
+  "*Non-nil means a signature separator should be inserted.
 It is not recommended that you change this option since various mail user
 agents, including MH-E, use the separator to present the signature
 differently, and to suppress the signature when replying or yanking a letter
@@ -948,7 +948,7 @@
 ;;; Ranges (:group 'mh-ranges)
 
 (defcustom mh-interpret-number-as-range-flag t
-  "*On means interpret a number as a range.
+  "*Non-nil means interpret a number as a range.
 Since one of the most frequent ranges used is \"last:N\", MH-E will interpret
 input such as \"200\" as \"last:200\" if this option is on (which is the
 default). If you need to scan just the message 200, then use the range
@@ -984,7 +984,7 @@
     (set-default symbol value)))
 
 (defcustom mh-adaptive-cmd-note-flag t
-  "*On means that the message number width is determined dynamically.
+  "*Non-nil means that the message number width is determined dynamically.
 If you've created your own format to handle long message numbers, you'll be
 pleased to know you no longer need it since MH-E adapts its internal format
 based upon the largest message number if this option is on (the default).




reply via email to

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