]> git.eshelyaron.com Git - emacs.git/commitdiff
(mh-interpret-number-as-range-flag): Sync docstring with manual.
authorBill Wohler <wohler@newt.com>
Mon, 24 Oct 2005 05:24:59 +0000 (05:24 +0000)
committerBill Wohler <wohler@newt.com>
Mon, 24 Oct 2005 05:24:59 +0000 (05:24 +0000)
lisp/mh-e/ChangeLog
lisp/mh-e/mh-customize.el

index ebdb123c62384722e253b9846b5275e5bcb7765a..3409970c680fc9f18b2af4f71f672cb960cd5f21 100644 (file)
@@ -1,5 +1,8 @@
 2005-10-23  Bill Wohler  <wohler@newt.com>
 
+       * 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 2255bdad2d64b727b4af031b6525e797f508f8d8..919a655d78bd0f1276785232d283cca3eb0fa108 100644 (file)
@@ -946,9 +946,11 @@ is added to the yanked region."
 ;;; 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)