X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mime-en.sgml;h=f9d5d4e084ce614ecad8aa0f7c365354baeb66e2;hb=4a15ad0838f7f2ab125b4f766b127aefc828580c;hp=8d0c86e137a95e8ca864954cb3d52eaaed219f13;hpb=b6377f4fd418f38718c6cdfea81159cda67e289c;p=elisp%2Fflim.git diff --git a/mime-en.sgml b/mime-en.sgml index 8d0c86e..f9d5d4e 100644 --- a/mime-en.sgml +++ b/mime-en.sgml @@ -1,6 +1,6 @@ -FLIM 1.8 Manual about MIME Features +<title>FLIM 1.9 Manual about MIME Features <author>MORIOKA Tomohiko <mail>morioka@jaist.ac.jp</mail> <date>1998/07/01 @@ -98,20 +98,17 @@ Open an entity and return it. depended on representation-type. </defun> -<defun name="mime-parse-message"> - <opts> default-ctl node-id -<p> -Parse current buffer as message, and return the result as mime-entity. -</defun> - <defun name="mime-parse-buffer"> - <opts> buffer + <opts> buffer type <p> Parse <var>buffer</var> as message, and set the result to buffer local variable <code>mime-message-structure</code> of <var>buffer</var> as mime-entity. <p> If <var>buffer</var> is omitted, current buffer is used. +<p> +<var>type</var> is representation-type of created mime-entity. <cf +node="mm-backend"> Default value is <var>buffer</var>. </defun>