From: morioka Date: Sun, 18 Oct 1998 10:46:56 +0000 (+0000) Subject: update. X-Git-Tag: flim-199811302358~20 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ce53824c933ba8011ea4ffb9212147f93952a6c3;p=elisp%2Fflim.git update. --- diff --git a/ChangeLog b/ChangeLog index b0696e7..d731b84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 1998-10-18 MORIOKA Tomohiko + * mime-en.sgml (Content-Transfer-Encoding parser): Translate. + + +1998-10-18 MORIOKA Tomohiko + * FLIM: Version 1.11.0 (Yamadagawa) was released. 1998-10-17 MORIOKA Tomohiko diff --git a/mime-en.texi b/mime-en.texi index 999c261..be8cf57 100644 --- a/mime-en.texi +++ b/mime-en.texi @@ -627,14 +627,15 @@ Return value of @var{parameter} of @var{content-type}. @defun mime-parse-Content-Type string -Parse @var{string} as a field-body of Content-Type field. +Parse @var{string} as a field-body of Content-Type field, and return the +result as mime-content-type (@ref{mime-content-type}) structure. @end defun @defun mime-read-Content-Type -Parse Content-Type field of the current buffer, and return the -result.@refill +Parse Content-Type field of the current buffer, and return the result as +mime-content-type (@ref{mime-content-type}) structure.@refill Return @code{nil} if Content-Type field is not found. @end defun