diff options
| author | Andreas Schwab | 1998-10-30 10:53:59 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1998-10-30 10:53:59 +0000 |
| commit | 265f03bcb26a1388a913f38da830c93f99ec6c35 (patch) | |
| tree | f0514423e71f826b7457ee862e571da6fc19be3f | |
| parent | aac77ff1206f3ae37c7eb98a622745a77ac95b6a (diff) | |
| download | emacs-265f03bcb26a1388a913f38da830c93f99ec6c35.tar.gz emacs-265f03bcb26a1388a913f38da830c93f99ec6c35.zip | |
(sendmail-coding-system,
default-sendmail-coding-system): Doc fix.
| -rw-r--r-- | lisp/mail/sendmail.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 90e4b2b4588..4f74cb59fa4 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el | |||
| @@ -713,14 +713,14 @@ the user from the mailer." | |||
| 713 | ;;;###autoload | 713 | ;;;###autoload |
| 714 | (defvar sendmail-coding-system nil | 714 | (defvar sendmail-coding-system nil |
| 715 | "*Coding system for encoding the outgoing mail. | 715 | "*Coding system for encoding the outgoing mail. |
| 716 | This has higher priority than `defualt-buffer-file-coding-system' | 716 | This has higher priority than `default-buffer-file-coding-system' |
| 717 | and `default-sendmail-coding-system', | 717 | and `default-sendmail-coding-system', |
| 718 | but lower priority than the local value of `buffer-file-coding-system'. | 718 | but lower priority than the local value of `buffer-file-coding-system'. |
| 719 | See also the function `select-sendmail-coding-system'.") | 719 | See also the function `select-sendmail-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 |
| 723 | "Default coding system for encodihng the outgoing mail. | 723 | "Default coding system for encoding the outgoing mail. |
| 724 | This variable is used only when `sendmail-coding-system' is nil. | 724 | This variable is used only when `sendmail-coding-system' is nil. |
| 725 | 725 | ||
| 726 | This variable is set/changed by the command set-language-environment. | 726 | This variable is set/changed by the command set-language-environment. |