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 43ff93b7098..2989653bd7a 100644
--- a/lisp/mail/mh-comp.el
+++ b/lisp/mail/mh-comp.el
@@ -26,7 +26,7 @@
26 26
27;;; Change Log: 27;;; Change Log:
28 28
29;; $Id: mh-comp.el,v 1.8 1996/01/14 07:34:30 erik Exp rms $ 29;; $Id: mh-comp.el,v 1.9 1997/04/12 19:24:23 rms Exp rms $
30 30
31;;; Code: 31;;; Code:
32 32
@@ -215,7 +215,7 @@ See documentation of `\\[mh-send]' for more details on composing mail."
215 215
216 216
217;;;###autoload 217;;;###autoload
218(defun mh-smail-batch () 218(defun mh-smail-batch (&rest ignored)
219 "Set up a mail composition draft with the MH mail system. 219 "Set up a mail composition draft with the MH mail system.
220This function is an entry point to mh-e, the Emacs front end 220This function is an entry point to mh-e, the Emacs front end
221to the MH mail system. This function does not prompt the user 221to the MH mail system. This function does not prompt the user