(mml-attach-file): Describe `description' in doc string.
authorReiner Steib <Reiner.Steib@gmx.de>
Fri, 20 Jan 2006 20:12:20 +0000 (20:12 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Fri, 20 Jan 2006 20:12:20 +0000 (20:12 +0000)
lisp/ChangeLog
lisp/mml.el

index 42a49c5..726c1eb 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mml.el (mml-attach-file): Describe `description' in doc string.
+
 2005-12-12  Richard M. Stallman  <rms@gnu.org>
 
        * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
index db0c20e..4c9f1f6 100644 (file)
@@ -1114,9 +1114,12 @@ to specify options."
 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."
+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)."
   (interactive
    (let* ((file (mml-minibuffer-read-file "Attach file: "))
          (type (mml-minibuffer-read-type file))