aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2011-11-03 22:16:08 +0000
committerKatsumi Yamaoka2011-11-03 22:16:08 +0000
commit9d217cacde63035bb1836a0fcb816cf4834b29b0 (patch)
tree2c5901aabef9acd5464da940e01e496ae8989665 /lisp
parent4e2fb5c7623c197c464f348881ac89724191cbd4 (diff)
downloademacs-9d217cacde63035bb1836a0fcb816cf4834b29b0.tar.gz
emacs-9d217cacde63035bb1836a0fcb816cf4834b29b0.zip
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 3fb44bb5b10..32863089784 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
12011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * message.el (message-send-and-exit): Document `arg'.
4
12011-11-03 Stefan Monnier <monnier@iro.umontreal.ca> 52011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible. 7 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
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."
4022;;; 4022;;;
4023 4023
4024(defun message-send-and-exit (&optional arg) 4024(defun message-send-and-exit (&optional arg)
4025 "Send message like `message-send', then, if no errors, exit from mail buffer." 4025 "Send message like `message-send', then, if no errors, exit from mail buffer.
4026The usage of ARG is defined by the instance that called Message.
4027It should typically alter the sending method in some way or other."
4026 (interactive "P") 4028 (interactive "P")
4027 (let ((buf (current-buffer)) 4029 (let ((buf (current-buffer))
4028 (actions message-exit-actions)) 4030 (actions message-exit-actions))