branch: master
commit 05c9861c97fe917350d6feae8f1eee1d1c7523ae
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    * smtpmail-async.el (async-smtpmail-before-send-hook): Add docstring.
---
 smtpmail-async.el |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/smtpmail-async.el b/smtpmail-async.el
index f71dcbe..3ed6041 100644
--- a/smtpmail-async.el
+++ b/smtpmail-async.el
@@ -41,7 +41,9 @@
 (require 'async)
 (require 'smtpmail)
 
-(defvar async-smtpmail-before-send-hook nil)
+(defvar async-smtpmail-before-send-hook nil
+  "Hook running in the child emacs in `async-smtpmail-send-it'.
+It is called just before calling `smtpmail-send-it'.")
 
 (defun async-smtpmail-send-it ()
   (let ((to          (message-field-value "To"))

Reply via email to