From: Kenichi Handa Date: Sat, 31 Jul 1999 00:48:50 +0000 (+0000) Subject: (sendmail-coding-system): Doc-string fixed. X-Git-Tag: emacs-pretest-21.0.90~7299 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b64a3da3a1673936bb61a5a9faa103640c66cf9;p=emacs.git (sendmail-coding-system): Doc-string fixed. (default-sendmail-coding-system): Doc-string fixed. --- 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)