mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-18 18:05:07 +00:00
Doc fixes in sendmail.el.
This commit is contained in:
parent
767d420a92
commit
46c3b5e12b
@ -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.")
|
||||
|
Loading…
Reference in New Issue
Block a user