# HG changeset patch # User Kenichi Handa # Date 933382130 0 # Node ID 2953218005ddf2407ce2b21043a72988dc85282e # Parent 7581eb34e7ff25882fbf9c194dc29a1eb0329d97 (sendmail-coding-system): Doc-string fixed. (default-sendmail-coding-system): Doc-string fixed. diff -r 7581eb34e7ff -r 2953218005dd lisp/mail/sendmail.el --- a/lisp/mail/sendmail.el Fri Jul 30 21:38:04 1999 +0000 +++ b/lisp/mail/sendmail.el Sat Jul 31 00:48:50 1999 +0000 @@ -716,7 +716,7 @@ 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 @@ 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)