From ce53824c933ba8011ea4ffb9212147f93952a6c3 Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 18 Oct 1998 10:46:56 +0000 Subject: [PATCH] update. --- ChangeLog | 5 +++++ mime-en.texi | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) 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 -- 1.7.10.4