From: Eli Zaretskii Date: Sat, 3 Sep 2011 10:14:32 +0000 (+0300) Subject: Doc fixes in sendmail.el. X-Git-Tag: emacs-pretest-24.0.90~104^2~119^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=46c3b5e12bf78578d02e6581d87f9c72fc073ce0;p=emacs.git Doc fixes in sendmail.el. --- diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index dc1b4d8cfcc..a51c2c7e922 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -36,15 +36,7 @@ (autoload 'mml-attach-file "mml" "Attach a file to the outgoing MIME message. -The file is not inserted or encoded until you send the message with -`\\[message-send-and-exit]' or `\\[message-send]'. - -FILE is the name of the file to attach. TYPE is its -content-type, a string of the form \"type/subtype\". DESCRIPTION -is a one-line description of the attachment. The DISPOSITION -specifies how the attachment is intended to be displayed. It can -be either \"inline\" (displayed automatically within the message -body) or \"attachment\" (separate from the body).") +The file is not inserted or encoded until you send the message.") (autoload 'mm-default-file-encoding "mm-encode" "Return the default encoding for FILE.")