diff options
| -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 @@ | |||
| 36 | 36 | ||
| 37 | (autoload 'mml-attach-file "mml" | 37 | (autoload 'mml-attach-file "mml" |
| 38 | "Attach a file to the outgoing MIME message. | 38 | "Attach a file to the outgoing MIME message. |
| 39 | The file is not inserted or encoded until you send the message with | 39 | The file is not inserted or encoded until you send the message.") |
| 40 | `\\[message-send-and-exit]' or `\\[message-send]'. | ||
| 41 | |||
| 42 | FILE is the name of the file to attach. TYPE is its | ||
| 43 | content-type, a string of the form \"type/subtype\". DESCRIPTION | ||
| 44 | is a one-line description of the attachment. The DISPOSITION | ||
| 45 | specifies how the attachment is intended to be displayed. It can | ||
| 46 | be either \"inline\" (displayed automatically within the message | ||
| 47 | body) or \"attachment\" (separate from the body).") | ||
| 48 | 40 | ||
| 49 | (autoload 'mm-default-file-encoding "mm-encode" | 41 | (autoload 'mm-default-file-encoding "mm-encode" |
| 50 | "Return the default encoding for FILE.") | 42 | "Return the default encoding for FILE.") |