changeset 25142:2953218005dd

(sendmail-coding-system): Doc-string fixed. (default-sendmail-coding-system): Doc-string fixed.
author Kenichi Handa <handa@m17n.org>
date Sat, 31 Jul 1999 00:48:50 +0000
parents 7581eb34e7ff
children 5decc043e9bf
files lisp/mail/sendmail.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)