Mercurial > emacs
changeset 23581:6b883bd6398d
(sendmail-coding-system,
default-sendmail-coding-system): Doc fix.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Fri, 30 Oct 1998 10:53:59 +0000 |
parents | 4ade2b248148 |
children | a96404fd053a |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/sendmail.el Fri Oct 30 10:21:58 1998 +0000 +++ b/lisp/mail/sendmail.el Fri Oct 30 10:53:59 1998 +0000 @@ -713,14 +713,14 @@ ;;;###autoload (defvar sendmail-coding-system nil "*Coding system for encoding the outgoing mail. -This has higher priority than `defualt-buffer-file-coding-system' +This has higher priority than `default-buffer-file-coding-system' and `default-sendmail-coding-system', but lower priority than the local value of `buffer-file-coding-system'. See also the function `select-sendmail-coding-system'.") ;;;###autoload (defvar default-sendmail-coding-system 'iso-latin-1 - "Default coding system for encodihng the outgoing mail. + "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.