From 9d217cacde63035bb1836a0fcb816cf4834b29b0 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Thu, 3 Nov 2011 22:16:08 +0000 Subject: message.el (message-send-and-exit): Document `arg'. --- lisp/gnus/ChangeLog | 4 ++++ lisp/gnus/message.el | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'lisp') 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 + + * message.el (message-send-and-exit): Document `arg'. + 2011-11-03 Stefan Monnier * 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)) -- cgit v1.2.3