aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa1999-07-31 00:48:50 +0000
committerKenichi Handa1999-07-31 00:48:50 +0000
commit0b64a3da3a1673936bb61a5a9faa103640c66cf9 (patch)
tree09e95bad7bcaa0ee602d7baf714f155baf30b448
parentf2711a0ed535a7817e6f470e64fe9d8606427620 (diff)
downloademacs-0b64a3da3a1673936bb61a5a9faa103640c66cf9.tar.gz
emacs-0b64a3da3a1673936bb61a5a9faa103640c66cf9.zip
(sendmail-coding-system): Doc-string fixed.
(default-sendmail-coding-system): Doc-string fixed.
-rw-r--r--lisp/mail/sendmail.el4
1 files 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."
716This has higher priority than `default-buffer-file-coding-system' 716This has higher priority than `default-buffer-file-coding-system'
717and `default-sendmail-coding-system', 717and `default-sendmail-coding-system',
718but lower priority than the local value of `buffer-file-coding-system'. 718but lower priority than the local value of `buffer-file-coding-system'.
719See also the function `select-sendmail-coding-system'.") 719See also the function `select-message-coding-system'.")
720 720
721;;;###autoload 721;;;###autoload
722(defvar default-sendmail-coding-system 'iso-latin-1 722(defvar default-sendmail-coding-system 'iso-latin-1
@@ -727,7 +727,7 @@ This variable is set/changed by the command set-language-environment.
727User should not set this variable manually, 727User should not set this variable manually,
728instead use sendmail-coding-system to get a constant encoding 728instead use sendmail-coding-system to get a constant encoding
729of outgoing mails regardless of the current language environment. 729of outgoing mails regardless of the current language environment.
730See also the function `select-sendmail-coding-system'.") 730See also the function `select-message-coding-system'.")
731 731
732(defun sendmail-send-it () 732(defun sendmail-send-it ()
733 (require 'mail-utils) 733 (require 'mail-utils)