From: Karl Heuer Date: Sat, 27 May 1995 00:48:24 +0000 (+0000) Subject: (send-mail-function, mail): Doc fixes. X-Git-Tag: emacs-19.34~3895 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1bae7664b569f3fe71dc6e4e6b13f38a33ed481e;p=emacs.git (send-mail-function, mail): Doc fixes. --- diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 8fa16eefa1c..15a7096814c 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -58,7 +58,8 @@ Delete these headers from old message when it's inserted in a reply.") ;;;###autoload (defvar send-mail-function 'sendmail-send-it "\ Function to call to send the current buffer as mail. -The headers are be delimited by a line which is `mail-header-separator'.") +The headers should be delimited by a line whose contents +match the variable `mail-header-separator'.") ;;;###autoload (defvar mail-header-separator "--text follows this line--" "\ @@ -875,7 +876,7 @@ and don't delete any header fields." When this function returns, the buffer `*mail*' is selected. The value is t if the message was newly initialized; otherwise, nil. -By default, the signature file `~/.signature' is inserted at the end; +Optionally, the signature file `~/.signature' can be inserted at the end; see the variable `mail-signature'. \\