]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fixes in sendmail.el.
authorEli Zaretskii <eliz@gnu.org>
Sat, 3 Sep 2011 10:14:32 +0000 (13:14 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 3 Sep 2011 10:14:32 +0000 (13:14 +0300)
lisp/mail/sendmail.el

index dc1b4d8cfcc7853efedf683445ca5f4f44aac8f9..a51c2c7e922769a3e1bd1acd127b84659426c055 100644 (file)
 
 (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.")