diff options
| author | Karl Heuer | 1995-05-27 00:48:24 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-05-27 00:48:24 +0000 |
| commit | 1bae7664b569f3fe71dc6e4e6b13f38a33ed481e (patch) | |
| tree | 97dc5e54849165748a30a8b21963820296d6b1ab | |
| parent | 422fbe5f33bc69d49efdabad3b1a992bc709add5 (diff) | |
| download | emacs-1bae7664b569f3fe71dc6e4e6b13f38a33ed481e.tar.gz emacs-1bae7664b569f3fe71dc6e4e6b13f38a33ed481e.zip | |
(send-mail-function, mail): Doc fixes.
| -rw-r--r-- | lisp/mail/sendmail.el | 5 |
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 "\ |
| 60 | Function to call to send the current buffer as mail. | 60 | Function to call to send the current buffer as mail. |
| 61 | The headers are be delimited by a line which is `mail-header-separator'.") | 61 | The headers should be delimited by a line whose contents |
| 62 | match 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." | |||
| 875 | When this function returns, the buffer `*mail*' is selected. | 876 | When this function returns, the buffer `*mail*' is selected. |
| 876 | The value is t if the message was newly initialized; otherwise, nil. | 877 | The value is t if the message was newly initialized; otherwise, nil. |
| 877 | 878 | ||
| 878 | By default, the signature file `~/.signature' is inserted at the end; | 879 | Optionally, the signature file `~/.signature' can be inserted at the end; |
| 879 | see the variable `mail-signature'. | 880 | see the variable `mail-signature'. |
| 880 | 881 | ||
| 881 | \\<mail-mode-map> | 882 | \\<mail-mode-map> |