From: morioka Date: Fri, 13 Mar 1998 14:38:27 +0000 (+0000) Subject: (mime-raw-content-info): Modify DOC-string. X-Git-Tag: semi-1_1_0~118 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=53d5e4eb3276e223efd0e2ce6420ee56e2118440;p=elisp%2Fsemi.git (mime-raw-content-info): Modify DOC-string. --- diff --git a/mime-view.el b/mime-view.el index ef05a15..b9cccc5 100644 --- a/mime-view.el +++ b/mime-view.el @@ -299,22 +299,24 @@ Please redefine this function if you want to change default setting." (defvar mime-raw-content-info "Information about structure of message. -Please use reference function `mime::content-info/SLOT-NAME' to -reference slot of content-info. Their argument is only content-info. +Please use reference function `mime-entity-info-SLOT' to get value of +SLOT. Following is a list of slots of the structure: rcnum reversed content-number (list) point-min beginning point of region in raw-buffer point-max end point of region in raw-buffer -type media-type/subtype (string or nil) +type media-type (symbol) +subtype media-subtype (symbol) +type/subtype media-type/subtype (string or nil) parameters parameter of Content-Type field (association list) encoding Content-Transfer-Encoding (string or nil) children entities included in this entity (list of content-infos) -If a entity includes other entities in its body, such as multipart or -message/rfc822, content-infos of other entities are included in -`children', so content-info become a tree.") +If an entity includes other entities in its body, such as multipart or +message/rfc822, entity-infos of other entities are included in +`children', so entity-info become a tree.") (make-variable-buffer-local 'mime-raw-content-info) (defvar mime-view-buffer nil