aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-09-27 20:14:55 +0000
committerRichard M. Stallman1994-09-27 20:14:55 +0000
commitdfdac213aa3969eff6b737916079348393413a95 (patch)
treee07a1db5495b4b9bee6cb7dda85752f4ae2f6018
parent55c6775fcbfedef9266f57d63e5bd5cd3412def0 (diff)
downloademacs-dfdac213aa3969eff6b737916079348393413a95.tar.gz
emacs-dfdac213aa3969eff6b737916079348393413a95.zip
(mail): Doc fix.
-rw-r--r--lisp/mail/sendmail.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el
index 86101386ee0..fcaed8fa381 100644
--- a/lisp/mail/sendmail.el
+++ b/lisp/mail/sendmail.el
@@ -814,8 +814,11 @@ is inserted.
814If `mail-setup-hook' is bound, its value is called with no arguments 814If `mail-setup-hook' is bound, its value is called with no arguments
815after the message is initialized. It can add more default fields. 815after the message is initialized. It can add more default fields.
816 816
817When calling from a program, the second through fifth arguments 817When calling from a program, the first argument if non-nil says
818 TO, SUBJECT, IN-REPLY-TO and CC specify if non-nil 818not to erase the existing contents of the `*mail*' buffer.
819
820The second through fifth arguments,
821 TO, SUBJECT, IN-REPLY-TO and CC, specify if non-nil
819 the initial contents of those header fields. 822 the initial contents of those header fields.
820 These arguments should not have final newlines. 823 These arguments should not have final newlines.
821The sixth argument REPLYBUFFER is a buffer whose contents 824The sixth argument REPLYBUFFER is a buffer whose contents