]> git.eshelyaron.com Git - emacs.git/commitdiff
(sendmail-coding-system,
authorAndreas Schwab <schwab@suse.de>
Fri, 30 Oct 1998 10:53:59 +0000 (10:53 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 30 Oct 1998 10:53:59 +0000 (10:53 +0000)
default-sendmail-coding-system): Doc fix.

lisp/mail/sendmail.el

index 90e4b2b458821c782136aedd8deb8d5adcc32677..4f74cb59fa41596717ff54aab32cc62d7d3932ce 100644 (file)
@@ -713,14 +713,14 @@ the user from the mailer."
 ;;;###autoload
 (defvar sendmail-coding-system nil
   "*Coding system for encoding the outgoing mail.
-This has higher priority than `defualt-buffer-file-coding-system'
+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'.")
 
 ;;;###autoload
 (defvar default-sendmail-coding-system 'iso-latin-1
-  "Default coding system for encodihng the outgoing mail.
+  "Default coding system for encoding the outgoing mail.
 This variable is used only when `sendmail-coding-system' is nil.
 
 This variable is set/changed by the command set-language-environment.