Mercurial > emacs
changeset 65395:e5827c5f0d2a
(default-sendmail-coding-system): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 09 Sep 2005 12:33:21 +0000 |
parents | d16004353491 |
children | ab51cf5b11f0 |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/sendmail.el Fri Sep 09 12:30:03 2005 +0000 +++ b/lisp/mail/sendmail.el Fri Sep 09 12:33:21 2005 +0000 @@ -887,9 +887,9 @@ "Default coding system for encoding the outgoing mail. This variable is used only when `sendmail-coding-system' is nil. -This variable is set/changed by the command set-language-environment. +This variable is set/changed by the command `set-language-environment'. User should not set this variable manually, -instead use sendmail-coding-system to get a constant encoding +instead use `sendmail-coding-system' to get a constant encoding of outgoing mails regardless of the current language environment. See also the function `select-message-coding-system'.")