Mercurial > emacs
changeset 11963:bfb07760304d
(send-mail-function, mail): Doc fixes.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sat, 27 May 1995 00:48:24 +0000 |
parents | f9b853c18bb5 |
children | 03de0dfc6657 |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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'. \\<mail-mode-map>