From 0b64a3da3a1673936bb61a5a9faa103640c66cf9 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sat, 31 Jul 1999 00:48:50 +0000 Subject: [PATCH] (sendmail-coding-system): Doc-string fixed. (default-sendmail-coding-system): Doc-string fixed. --- 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 b75540ce7ed..ac5d946d305 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -716,7 +716,7 @@ the user from the mailer." 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'.") +See also the function `select-message-coding-system'.") ;;;###autoload (defvar default-sendmail-coding-system 'iso-latin-1 @@ -727,7 +727,7 @@ 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 of outgoing mails regardless of the current language environment. -See also the function `select-sendmail-coding-system'.") +See also the function `select-message-coding-system'.") (defun sendmail-send-it () (require 'mail-utils) -- 2.39.5