# HG changeset patch # User Andreas Schwab # Date 909744839 0 # Node ID 6b883bd6398d5320dfa325f504ae2db736a1b172 # Parent 4ade2b2481483459917ee928f702ee26b6cdc850 (sendmail-coding-system, default-sendmail-coding-system): Doc fix. diff -r 4ade2b248148 -r 6b883bd6398d lisp/mail/sendmail.el --- 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.