(mime-entity-set-content-type): Add DOC.
authortomo <tomo>
Wed, 20 Dec 2000 04:42:05 +0000 (04:42 +0000)
committertomo <tomo>
Wed, 20 Dec 2000 04:42:05 +0000 (04:42 +0000)
(mime-entity-set-encoding): Add DOC.

mime.el

diff --git a/mime.el b/mime.el
index 8fed8a8..f32efb7 100644 (file)
--- a/mime.el
+++ b/mime.el
@@ -412,9 +412,11 @@ default value."
                            (mime-entity-media-subtype entity-info)))
 
 (defun mime-entity-set-content-type (entity content-type)
+  "Set ENTITY's content-type to CONTENT-TYPE."
   (mime-entity-set-content-type-internal entity content-type))
 
 (defun mime-entity-set-encoding (entity encoding)
+  "Set ENTITY's content-transfer-encoding to ENCODING."
   (mime-entity-set-encoding-internal entity encoding))