diff options
author | Romain Francoise <romain@orebokech.com> | 2005-09-24 13:46:20 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2005-09-24 13:46:20 +0000 |
commit | 81df110a292f64172818df0ce94579a5429563e4 (patch) | |
tree | d915c0420de83f070c02926f691b98e96fdd486b /lisp/gnus/message.el | |
parent | d88a70a010ef76c08f37497b551a4fc620059096 (diff) | |
download | emacs-81df110a292f64172818df0ce94579a5429563e4.tar.gz |
2005-09-24 Emilio C. Lopes <eclig@gmx.net>
* smime.el (smime-sign-buffer, smime-decrypt-buffer):
* mm-view.el (mm-view-pkcs7-decrypt):
* gnus-sum.el (gnus-summary-limit-to-extra)
(gnus-summary-respool-article, gnus-read-move-group-name):
* gnus-score.el (gnus-summary-increase-score):
* gnus-util.el (gnus-completing-read-with-default):
* gnus-art.el (gnus-read-save-file-name)
(gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
(gnus-summary-save-in-file, gnus-summary-save-body-in-file):
* message.el (message-check-news-header-syntax):
Follow convention for reading with the minibuffer.
Diffstat (limited to 'lisp/gnus/message.el')
-rw-r--r-- | lisp/gnus/message.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 5995fcbcea0..55f07183753 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -4197,7 +4197,7 @@ Otherwise, generate and save a value for `canlock-password' first." (zerop (length (setq to (completing-read - "Followups to (default: no Followup-To header) " + "Followups to (default no Followup-To header): " (mapcar #'list (cons "poster" (message-tokenize-header |