diff lisp/mh-e/mh-comp.el @ 68012:256cc87e0619

* mh-comp.el (mh-reply): Use standard default notation in prompts (closes SF #1275933). * mh-mime.el (mh-mime-save-parts): Ditto. * mh-seq.el (mh-read-seq, mh-read-range): Ditto.
author Bill Wohler <wohler@newt.com>
date Wed, 04 Jan 2006 01:03:20 +0000
parents 7882fc7df359
children bbc0e52abce5
line wrap: on
line diff
--- a/lisp/mh-e/mh-comp.el	Wed Jan 04 00:26:24 2006 +0000
+++ b/lisp/mh-e/mh-comp.el	Wed Jan 04 01:03:20 2006 +0000
@@ -582,7 +582,7 @@
                 (let ((minibuffer-help-form
                        "from => Sender only\nto => Sender and primary recipients\ncc or all => Sender and all recipients"))
                   (or mh-reply-default-reply-to
-                      (completing-read "Reply to whom: [from] "
+                      (completing-read "Reply to whom (default from): "
                                        '(("from") ("to") ("cc") ("all"))
                                        nil
                                        t)))