Mercurial > emacs
changeset 66370:752fbc86ba7a
(mh-interpret-number-as-range-flag): Sync docstring with manual.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Mon, 24 Oct 2005 05:24:59 +0000 |
parents | c8731b29e81e |
children | adc5009cfc2a |
files | lisp/mh-e/ChangeLog lisp/mh-e/mh-customize.el |
diffstat | 2 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog Mon Oct 24 03:53:23 2005 +0000 +++ b/lisp/mh-e/ChangeLog Mon Oct 24 05:24:59 2005 +0000 @@ -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
--- a/lisp/mh-e/mh-customize.el Mon Oct 24 03:53:23 2005 +0000 +++ b/lisp/mh-e/mh-customize.el Mon Oct 24 05:24:59 2005 +0000 @@ -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)