update.
authormorioka <morioka>
Sun, 18 Oct 1998 10:46:56 +0000 (10:46 +0000)
committermorioka <morioka>
Sun, 18 Oct 1998 10:46:56 +0000 (10:46 +0000)
ChangeLog
mime-en.texi

index b0696e7..d731b84 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
+       * mime-en.sgml (Content-Transfer-Encoding parser): Translate.
+
+\f
+1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
        * FLIM: Version 1.11.0 (Yamadagawa) was released.
 
 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
index 999c261..be8cf57 100644 (file)
@@ -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