aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2005-09-09 12:33:21 +0000
committerEli Zaretskii2005-09-09 12:33:21 +0000
commit27f667c098cb647e694a1e7b3a48fa2de046381e (patch)
treed688110d5139ef7918a832df414a3d0742d7d257
parent9198ee0e04a95f4e06b2757393f9b86f6776faef (diff)
downloademacs-27f667c098cb647e694a1e7b3a48fa2de046381e.tar.gz
emacs-27f667c098cb647e694a1e7b3a48fa2de046381e.zip
(default-sendmail-coding-system): Doc fix.
-rw-r--r--lisp/mail/sendmail.el4
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.
888This variable is used only when `sendmail-coding-system' is nil. 888This variable is used only when `sendmail-coding-system' is nil.
889 889
890This variable is set/changed by the command set-language-environment. 890This variable is set/changed by the command `set-language-environment'.
891User should not set this variable manually, 891User should not set this variable manually,
892instead use sendmail-coding-system to get a constant encoding 892instead use `sendmail-coding-system' to get a constant encoding
893of outgoing mails regardless of the current language environment. 893of outgoing mails regardless of the current language environment.
894See also the function `select-message-coding-system'.") 894See also the function `select-message-coding-system'.")
895 895