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: Sun, 04 Dec 2005 21:04:11 -0500

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Bill Wohler <address@hidden>    05/12/05 02:04:11

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

Log message:
        (mh-sortm-args): Sync docstrings with manual.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mh-e/mh-customize.el.diff?tr1=1.39&tr2=1.40&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mh-e/ChangeLog.diff?tr1=1.71&tr2=1.72&r1=text&r2=text

Patches:
Index: emacs/lisp/mh-e/ChangeLog
diff -u emacs/lisp/mh-e/ChangeLog:1.71 emacs/lisp/mh-e/ChangeLog:1.72
--- emacs/lisp/mh-e/ChangeLog:1.71      Mon Dec  5 01:31:04 2005
+++ emacs/lisp/mh-e/ChangeLog   Mon Dec  5 02:04:11 2005
@@ -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.
Index: emacs/lisp/mh-e/mh-customize.el
diff -u emacs/lisp/mh-e/mh-customize.el:1.39 
emacs/lisp/mh-e/mh-customize.el:1.40
--- emacs/lisp/mh-e/mh-customize.el:1.39        Mon Dec  5 01:31:04 2005
+++ emacs/lisp/mh-e/mh-customize.el     Mon Dec  5 02:04:11 2005
@@ -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)
 




reply via email to

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