From 7f337ac35138a39450025201fc99bc18f01d0b0c Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 20 Dec 2000 04:41:18 +0000 Subject: [PATCH] (mime-content-type-subtype): Fix DOC. (mime-content-type-parameters): Fix DOC. --- mime-def.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 1.7.10.4