diff options
| author | Eli Zaretskii | 2005-09-09 12:33:21 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-09-09 12:33:21 +0000 |
| commit | 27f667c098cb647e694a1e7b3a48fa2de046381e (patch) | |
| tree | d688110d5139ef7918a832df414a3d0742d7d257 | |
| parent | 9198ee0e04a95f4e06b2757393f9b86f6776faef (diff) | |
| download | emacs-27f667c098cb647e694a1e7b3a48fa2de046381e.tar.gz emacs-27f667c098cb647e694a1e7b3a48fa2de046381e.zip | |
(default-sendmail-coding-system): Doc fix.
| -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 6800e43429c..f5c34ff80ca 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el | |||
| @@ -887,9 +887,9 @@ See also the function `select-message-coding-system'.") | |||
| 887 | "Default coding system for encoding the outgoing mail. | 887 | "Default coding system for encoding the outgoing mail. |
| 888 | This variable is used only when `sendmail-coding-system' is nil. | 888 | This variable is used only when `sendmail-coding-system' is nil. |
| 889 | 889 | ||
| 890 | This variable is set/changed by the command set-language-environment. | 890 | This variable is set/changed by the command `set-language-environment'. |
| 891 | User should not set this variable manually, | 891 | User should not set this variable manually, |
| 892 | instead use sendmail-coding-system to get a constant encoding | 892 | instead use `sendmail-coding-system' to get a constant encoding |
| 893 | of outgoing mails regardless of the current language environment. | 893 | of outgoing mails regardless of the current language environment. |
| 894 | See also the function `select-message-coding-system'.") | 894 | See also the function `select-message-coding-system'.") |
| 895 | 895 | ||