From: morioka Date: Tue, 21 Jul 1998 22:37:46 +0000 (+0000) Subject: (mime-magic-type-alist): Modify DOC. X-Git-Tag: semi-1_8_5~16 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=579918fb4ea3379e8f99a3d44b03283e6bc9a3ea;p=elisp%2Fsemi.git (mime-magic-type-alist): Modify DOC. --- diff --git a/mime-play.el b/mime-play.el index 2e8c5fc..25610c0 100644 --- a/mime-play.el +++ b/mime-play.el @@ -467,7 +467,7 @@ window.") "*Alist of regexp about magic-number vs. corresponding media-types. Each element looks like (REGEXP TYPE SUBTYPE). REGEXP is a regular expression to match against the beginning of the -file. +content of entity. TYPE is symbol to indicate primary type of media-type. SUBTYPE is symbol to indicate subtype of media-type.")