* message.el (message-send-and-exit): Document `arg'.
authorLars Magne Ingebrigtsen <larsi@stories.gnus.org>
Thu, 3 Nov 2011 21:34:40 +0000 (22:34 +0100)
committerLars Magne Ingebrigtsen <larsi@stories.gnus.org>
Thu, 3 Nov 2011 21:46:57 +0000 (22:46 +0100)
lisp/message.el

index a7045da..4810655 100644 (file)
@@ -4066,7 +4066,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))