diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-11-03 22:16:08 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2011-11-03 22:16:08 +0000 |
commit | 9d217cacde63035bb1836a0fcb816cf4834b29b0 (patch) | |
tree | 2c5901aabef9acd5464da940e01e496ae8989665 /lisp/gnus/message.el | |
parent | 4e2fb5c7623c197c464f348881ac89724191cbd4 (diff) | |
download | emacs-9d217cacde63035bb1836a0fcb816cf4834b29b0.tar.gz emacs-9d217cacde63035bb1836a0fcb816cf4834b29b0.tar.bz2 emacs-9d217cacde63035bb1836a0fcb816cf4834b29b0.zip |
message.el (message-send-and-exit): Document `arg'.
Diffstat (limited to 'lisp/gnus/message.el')
-rw-r--r-- | lisp/gnus/message.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 723f8fb72b5..1d0830afd28 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -4022,7 +4022,9 @@ The text will also be indented the normal way." ;;; (defun message-send-and-exit (&optional arg) - "Send message like `message-send', then, if no errors, exit from mail buffer." + "Send message like `message-send', then, if no errors, exit from mail buffer. +The usage of ARG is defined by the instance that called Message. +It should typically alter the sending method in some way or other." (interactive "P") (let ((buf (current-buffer)) (actions message-exit-actions)) |