From 6d680da96568459f9e0f18cd03b1c667609bed73 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 20 Dec 2000 04:42:05 +0000 Subject: [PATCH] (mime-entity-set-content-type): Add DOC. (mime-entity-set-encoding): Add DOC. --- mime.el | 2 ++ 1 file changed, 2 insertions(+) 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)) -- 1.7.10.4