diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2011-09-03 13:14:32 +0300 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2011-09-03 13:14:32 +0300 |
| commit | 46c3b5e12bf78578d02e6581d87f9c72fc073ce0 (patch) | |
| tree | c19035855e4be063d094767bd1554b90a70e9d0b /lisp/mail/sendmail.el | |
| parent | 767d420a929106a7406ba31ccf607a7b7a088b33 (diff) | |
| download | emacs-46c3b5e12bf78578d02e6581d87f9c72fc073ce0.tar.gz | |
Doc fixes in sendmail.el.
Diffstat (limited to 'lisp/mail/sendmail.el')
| -rw-r--r-- | lisp/mail/sendmail.el | 10 |
1 files changed, 1 insertions, 9 deletions
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.") |
