From: tomo Date: Wed, 20 Dec 2000 04:41:18 +0000 (+0000) Subject: (mime-content-type-subtype): Fix DOC. X-Git-Tag: flim-1_14_0~11 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7f337ac35138a39450025201fc99bc18f01d0b0c;p=elisp%2Fflim.git (mime-content-type-subtype): Fix DOC. (mime-content-type-parameters): Fix DOC. --- diff --git a/mime-def.el b/mime-def.el index ad1af38..0f5579c 100644 --- a/mime-def.el +++ b/mime-def.el @@ -214,11 +214,11 @@ If method is nil, this field will not be encoded." (cdr (car content-type))) (defsubst mime-content-type-subtype (content-type) - "Return primary-type of CONTENT-TYPE." + "Return subtype of CONTENT-TYPE." (cdr (cadr content-type))) (defsubst mime-content-type-parameters (content-type) - "Return primary-type of CONTENT-TYPE." + "Return parameters of CONTENT-TYPE." (cddr content-type)) (defsubst mime-content-type-parameter (content-type parameter)