From: Bill Wohler Date: Mon, 5 Dec 2005 02:04:11 +0000 (+0000) Subject: (mh-sortm-args): Sync docstrings with manual. X-Git-Tag: emacs-pretest-22.0.90~5504 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b3867b6cf188ee3e7d190074de5ce7a7208ff806;p=emacs.git (mh-sortm-args): Sync docstrings with manual. --- diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 4febb399a95..0311198f033 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -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. diff --git a/lisp/mh-e/mh-customize.el b/lisp/mh-e/mh-customize.el index 64237bfc756..780318d9766 100644 --- a/lisp/mh-e/mh-customize.el +++ b/lisp/mh-e/mh-customize.el @@ -432,11 +432,12 @@ is toggled off." :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\"\\. + +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)