From db5c2befd853d8595ada21c4be08dfd3aab890cc Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 18 Oct 1998 10:45:36 +0000 Subject: [PATCH] (Content-Type parser): Modify description. --- mime-en.sgml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mime-en.sgml b/mime-en.sgml index c08f725..c3afb70 100644 --- a/mime-en.sgml +++ b/mime-en.sgml @@ -565,12 +565,14 @@ Return value of parameter of content-type. string

-Parse string as a field-body of Content-Type field. +Parse string as a field-body of Content-Type field, and +return the result as mime-content-type structure.

-Parse Content-Type field of the current buffer, and return the result. +Parse Content-Type field of the current buffer, and return the result +as mime-content-type structure.

Return nil if Content-Type field is not found. -- 1.7.10.4