aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <[email protected]>2011-11-03 22:16:08 +0000
committerKatsumi Yamaoka <[email protected]>2011-11-03 22:16:08 +0000
commit9d217cacde63035bb1836a0fcb816cf4834b29b0 (patch)
tree2c5901aabef9acd5464da940e01e496ae8989665 /lisp
parent4e2fb5c7623c197c464f348881ac89724191cbd4 (diff)
message.el (message-send-and-exit): Document `arg'.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--lisp/gnus/message.el4
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 3fb44bb5b1..3286308978 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-03 Lars Magne Ingebrigtsen <[email protected]>
+
+ * message.el (message-send-and-exit): Document `arg'.
+
2011-11-03 Stefan Monnier <[email protected]>
* nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index 723f8fb72b..1d0830afd2 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))