aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/mh-comp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/mh-comp.el b/lisp/mail/mh-comp.el
index 6bc7082ae11..ebbb33a7c80 100644
--- a/lisp/mail/mh-comp.el
+++ b/lisp/mail/mh-comp.el
@@ -30,7 +30,7 @@
30 30
31;;; Change Log: 31;;; Change Log:
32 32
33;; $Id: mh-comp.el,v 1.19 2000/08/16 20:39:14 monnier Exp $ 33;; $Id: mh-comp.el,v 1.20 2000/11/02 12:37:38 gerd Exp $
34 34
35;;; Code: 35;;; Code:
36 36
@@ -168,7 +168,7 @@ MH lib directory.")
168(defcustom mh-compose-letter-function nil 168(defcustom mh-compose-letter-function nil
169 "Invoked when setting up a letter draft. 169 "Invoked when setting up a letter draft.
170It is passed three arguments: TO recipients, SUBJECT, and CC recipients." 170It is passed three arguments: TO recipients, SUBJECT, and CC recipients."
171 :type 'function 171 :type '(choice (const nil) function)
172 :group 'mh-compose) 172 :group 'mh-compose)
173 173
174(defcustom mh-before-send-letter-hook nil 174(defcustom mh-before-send-letter-hook nil