diff options
| author | Kenichi Handa | 1999-07-31 00:48:50 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1999-07-31 00:48:50 +0000 |
| commit | 0b64a3da3a1673936bb61a5a9faa103640c66cf9 (patch) | |
| tree | 09e95bad7bcaa0ee602d7baf714f155baf30b448 | |
| parent | f2711a0ed535a7817e6f470e64fe9d8606427620 (diff) | |
| download | emacs-0b64a3da3a1673936bb61a5a9faa103640c66cf9.tar.gz emacs-0b64a3da3a1673936bb61a5a9faa103640c66cf9.zip | |
(sendmail-coding-system): Doc-string fixed.
(default-sendmail-coding-system): Doc-string fixed.
| -rw-r--r-- | lisp/mail/sendmail.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index b75540ce7ed..ac5d946d305 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el | |||
| @@ -716,7 +716,7 @@ the user from the mailer." | |||
| 716 | This has higher priority than `default-buffer-file-coding-system' | 716 | This has higher priority than `default-buffer-file-coding-system' |
| 717 | and `default-sendmail-coding-system', | 717 | and `default-sendmail-coding-system', |
| 718 | but lower priority than the local value of `buffer-file-coding-system'. | 718 | but lower priority than the local value of `buffer-file-coding-system'. |
| 719 | See also the function `select-sendmail-coding-system'.") | 719 | See also the function `select-message-coding-system'.") |
| 720 | 720 | ||
| 721 | ;;;###autoload | 721 | ;;;###autoload |
| 722 | (defvar default-sendmail-coding-system 'iso-latin-1 | 722 | (defvar default-sendmail-coding-system 'iso-latin-1 |
| @@ -727,7 +727,7 @@ This variable is set/changed by the command set-language-environment. | |||
| 727 | User should not set this variable manually, | 727 | User should not set this variable manually, |
| 728 | instead use sendmail-coding-system to get a constant encoding | 728 | instead use sendmail-coding-system to get a constant encoding |
| 729 | of outgoing mails regardless of the current language environment. | 729 | of outgoing mails regardless of the current language environment. |
| 730 | See also the function `select-sendmail-coding-system'.") | 730 | See also the function `select-message-coding-system'.") |
| 731 | 731 | ||
| 732 | (defun sendmail-send-it () | 732 | (defun sendmail-send-it () |
| 733 | (require 'mail-utils) | 733 | (require 'mail-utils) |