From 6fd84def43ad722273e236c912039203a748c98e Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 18 Oct 1998 10:56:49 +0000 Subject: [PATCH] (Content-Disposition parser): Modify description. --- mime-en.sgml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mime-en.sgml b/mime-en.sgml index c3afb70..ba96a93 100644 --- a/mime-en.sgml +++ b/mime-en.sgml @@ -650,14 +650,16 @@ Return filename of content-disposition. string

Parse string as field-body of Content-Disposition field, -and return the result. +and return the result as mime-content-disposition +structure.

-Read field-body of Content-Disposition field from current-buffer, +Parse Content-Disposition field of the current buffer, and return the +result as mime-content-disposition structure.

-Return nil if Content-Disposition field is not found. +Return nil if Content-Disposition field is not found. -- 1.7.10.4