# HG changeset patch # User Karl Heuer # Date 801535704 0 # Node ID bfb07760304d22248b6f3b458da9bc0c5153c8a1 # Parent f9b853c18bb5e7a66e4ebdc19a3b0c4a825fa2ef (send-mail-function, mail): Doc fixes. diff -r f9b853c18bb5 -r bfb07760304d lisp/mail/sendmail.el --- a/lisp/mail/sendmail.el Sat May 27 00:46:13 1995 +0000 +++ b/lisp/mail/sendmail.el Sat May 27 00:48:24 1995 +0000 @@ -58,7 +58,8 @@ ;;;###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 @@ 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'. \\