aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1995-05-27 00:48:24 +0000
committerKarl Heuer1995-05-27 00:48:24 +0000
commit1bae7664b569f3fe71dc6e4e6b13f38a33ed481e (patch)
tree97dc5e54849165748a30a8b21963820296d6b1ab
parent422fbe5f33bc69d49efdabad3b1a992bc709add5 (diff)
downloademacs-1bae7664b569f3fe71dc6e4e6b13f38a33ed481e.tar.gz
emacs-1bae7664b569f3fe71dc6e4e6b13f38a33ed481e.zip
(send-mail-function, mail): Doc fixes.
-rw-r--r--lisp/mail/sendmail.el5
1 files changed, 3 insertions, 2 deletions
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.")
58;;;###autoload 58;;;###autoload
59(defvar send-mail-function 'sendmail-send-it "\ 59(defvar send-mail-function 'sendmail-send-it "\
60Function to call to send the current buffer as mail. 60Function to call to send the current buffer as mail.
61The headers are be delimited by a line which is `mail-header-separator'.") 61The headers should be delimited by a line whose contents
62match the variable `mail-header-separator'.")
62 63
63;;;###autoload 64;;;###autoload
64(defvar mail-header-separator "--text follows this line--" "\ 65(defvar mail-header-separator "--text follows this line--" "\
@@ -875,7 +876,7 @@ and don't delete any header fields."
875When this function returns, the buffer `*mail*' is selected. 876When this function returns, the buffer `*mail*' is selected.
876The value is t if the message was newly initialized; otherwise, nil. 877The value is t if the message was newly initialized; otherwise, nil.
877 878
878By default, the signature file `~/.signature' is inserted at the end; 879Optionally, the signature file `~/.signature' can be inserted at the end;
879see the variable `mail-signature'. 880see the variable `mail-signature'.
880 881
881\\<mail-mode-map> 882\\<mail-mode-map>