diff options
author | Miles Bader <miles@gnu.org> | 2007-12-28 22:26:31 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2007-12-28 22:26:31 +0000 |
commit | 870356897e927f380841268667a92b40fb9e6782 (patch) | |
tree | ba253641e797b1d4b35bdf41bb140508dafb5440 /lisp/gnus/gnus-draft.el | |
parent | b17f53abc28496125965f36147b76ea5f6a2b4fb (diff) | |
download | emacs-870356897e927f380841268667a92b40fb9e6782.tar.gz |
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-967
Diffstat (limited to 'lisp/gnus/gnus-draft.el')
-rw-r--r-- | lisp/gnus/gnus-draft.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-draft.el b/lisp/gnus/gnus-draft.el index 344f9c028d6..6873c3dcb1e 100644 --- a/lisp/gnus/gnus-draft.el +++ b/lisp/gnus/gnus-draft.el @@ -119,7 +119,8 @@ message-send-actions))) (defun gnus-draft-send-message (&optional n) - "Send the current draft." + "Send the current draft(s). +Obeys the standard process/prefix convention." (interactive "P") (let* ((articles (gnus-summary-work-articles n)) (total (length articles)) |