(mime-content-type-subtype): Fix DOC.
[elisp/flim.git] / mime-def.el
index ad1af38..0f5579c 100644 (file)
@@ -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)