X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fflim.git;a=blobdiff_plain;f=mime-def.el;h=0f5579c9920245fae395375cad64a6b0cd178d75;hp=ad1af38d4b4cbbf43bad5b4af0dffa6dc9aa08d2;hb=7f337ac35138a39450025201fc99bc18f01d0b0c;hpb=64f07655eeb52cb0e49404d7a4352eeca68262f2 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)