From: tomo Date: Wed, 20 Dec 2000 04:42:05 +0000 (+0000) Subject: (mime-entity-set-content-type): Add DOC. X-Git-Tag: flim-1_14_0~10 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6d680da96568459f9e0f18cd03b1c667609bed73;p=elisp%2Fflim.git (mime-entity-set-content-type): Add DOC. (mime-entity-set-encoding): Add DOC. --- diff --git a/mime.el b/mime.el index 8fed8a8..f32efb7 100644 --- 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))