]> code.delx.au - gnu-emacs/commitdiff
(send-mail-function, mail): Doc fixes.
authorKarl Heuer <kwzh@gnu.org>
Sat, 27 May 1995 00:48:24 +0000 (00:48 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 27 May 1995 00:48:24 +0000 (00:48 +0000)
lisp/mail/sendmail.el

index 8fa16eefa1c540ca3b5d0d4f450d86f7e1d67ca1..15a7096814c26ebfb958fd3cd44d3946891345c5 100644 (file)
@@ -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'.
 
 \\<mail-mode-map>