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: Mon, 24 Oct 2005 01:25:00 -0400

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Bill Wohler <address@hidden>    05/10/24 05:25:00

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

Log message:
        (mh-interpret-number-as-range-flag): Sync docstring with manual.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mh-e/mh-customize.el.diff?tr1=1.23&tr2=1.24&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mh-e/ChangeLog.diff?tr1=1.48&tr2=1.49&r1=text&r2=text

Patches:
Index: emacs/lisp/mh-e/ChangeLog
diff -u emacs/lisp/mh-e/ChangeLog:1.48 emacs/lisp/mh-e/ChangeLog:1.49
--- emacs/lisp/mh-e/ChangeLog:1.48      Sun Oct 23 22:47:27 2005
+++ emacs/lisp/mh-e/ChangeLog   Mon Oct 24 05:24:59 2005
@@ -1,5 +1,8 @@
 2005-10-23  Bill Wohler  <address@hidden>
 
+       * mh-customize.el (mh-interpret-number-as-range-flag): Sync
+       docstring with manual.
+
        * mh-identity.el (mh-assoc-ignore-case): Merge with version in
        mh-alias.el and move to mh-acros.el
 
Index: emacs/lisp/mh-e/mh-customize.el
diff -u emacs/lisp/mh-e/mh-customize.el:1.23 
emacs/lisp/mh-e/mh-customize.el:1.24
--- emacs/lisp/mh-e/mh-customize.el:1.23        Sun Oct 23 22:34:33 2005
+++ emacs/lisp/mh-e/mh-customize.el     Mon Oct 24 05:24:59 2005
@@ -946,9 +946,11 @@
 ;;; Ranges (:group 'mh-ranges)
 
 (defcustom mh-interpret-number-as-range-flag t
-  "Non-nil means interpret a number as a range.
-If the variable is non-nil, and you use an integer, N, when asked for a
-range to scan, then MH-E uses the range \"last:N\"."
+  "On 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
+\"200:200\"."
   :type 'boolean
   :group 'mh-ranges)
 




reply via email to

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