From 265f03bcb26a1388a913f38da830c93f99ec6c35 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 30 Oct 1998 10:53:59 +0000 Subject: [PATCH] (sendmail-coding-system, default-sendmail-coding-system): Doc fix. --- lisp/mail/sendmail.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 90e4b2b4588..4f74cb59fa4 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -713,14 +713,14 @@ the user from the mailer." ;;;###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.