Mercurial > emacs
changeset 67317:436927904f36
(mh-sortm-args): Sync docstrings with manual.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Mon, 05 Dec 2005 02:04:11 +0000 |
parents | 78b3886a9f87 |
children | 2bd2f72e4a01 |
files | lisp/mh-e/ChangeLog lisp/mh-e/mh-customize.el |
diffstat | 2 files changed, 7 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog Mon Dec 05 01:31:04 2005 +0000 +++ b/lisp/mh-e/ChangeLog Mon Dec 05 02:04:11 2005 +0000 @@ -6,6 +6,7 @@ (mh-invisible-header-fields-internal): Remove X-Image-URL so that users can see it, look it up in the manual's index, and discover mh-fetch-x-image-url (closes SF #831278). + (mh-sortm-args): Sync docstrings with manual. * mh-customize.el (mh-invisible-header-fields-internal): Add X-Bugzilla-* and X-Virus-Scanned.
--- a/lisp/mh-e/mh-customize.el Mon Dec 05 01:31:04 2005 +0000 +++ b/lisp/mh-e/mh-customize.el Mon Dec 05 02:04:11 2005 +0000 @@ -432,11 +432,12 @@ :group 'mh-folder) (defcustom mh-sortm-args nil - "*Extra arguments to have \\[mh-sort-folder] pass to the \"sortm\" command. -The arguments are passed to sortm if \\[mh-sort-folder] is given a -prefix argument. Normally default arguments to sortm are specified in the -MH profile. -For example, '(\"-nolimit\" \"-textfield\" \"subject\") is a useful setting." + "*Additional arguments for \"sortm\"\\<mh-folder-mode-map>. + +This option is consulted when a prefix argument is used with +\\[mh-sort-folder]. Normally default arguments to \"sortm\" are specified in +the MH profile. This option may be used to provide an alternate view. For +example, \"'(\"-nolimit\" \"-textfield\" \"subject\")\" is a useful setting." :type 'string :group 'mh-folder)