]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-setup-hook): New defvar.
authorKarl Heuer <kwzh@gnu.org>
Mon, 17 Jul 1995 23:00:06 +0000 (23:00 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 17 Jul 1995 23:00:06 +0000 (23:00 +0000)
(mail): Doc fix.

lisp/mail/sendmail.el

index 437f3b8c2b4133ad44528f0e6599c6ee367993ec..5c33f370e939c9d3a19813fcd1a6e8e6cf7168f5 100644 (file)
@@ -88,6 +88,10 @@ This file typically should be in same format as the `.mailrc' file used by
 the `Mail' or `mailx' program.
 This file need not actually exist.")
 
+(defvar mail-setup-hook nil
+  "Normal hook, run each time a new outgoing mail message is initialized.
+The function `mail-setup' runs this hook.")
+
 (defvar mail-aliases t
   "Alist of mail address aliases,
 or t meaning should be initialized from your mail aliases file.
@@ -929,8 +933,8 @@ a Reply-to: field with that address is inserted.
 If `mail-archive-file-name' is non-nil, an FCC field with that file name
 is inserted.
 
-If `mail-setup-hook' is bound, its value is called with no arguments
-after the message is initialized.  It can add more default fields.
+The normal hook `mail-setup-hook' is run after the message is
+initialized.  It can add more default fields to the message.
 
 When calling from a program, the first argument if non-nil says
 not to erase the existing contents of the `*mail*' buffer.