From b652a0d169d501cf30a530e6348d65e27468da09 Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 18 Oct 1998 12:09:45 +0000 Subject: [PATCH] update. --- mime-en.texi | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/mime-en.texi b/mime-en.texi index 423b852..2ecc9f1 100644 --- a/mime-en.texi +++ b/mime-en.texi @@ -959,12 +959,13 @@ FLIM はこれらを符号化・復号化する機能を提供します。 Decode MIME encoded-words in header fields.@refill -If @var{code-conversion} is @code{nil}, it decodes only encoded-words. -If it is mime-charset, it decodes non-ASCII bit patterns as the -mime-charset. Otherwise it decodes non-ASCII bit patterns as the -default-mime-charset.@refill +If @var{code-conversion} is @code{nil}, only encoded-words are decoded. +If @var{code-conversion} is a MIME charset (@ref{MIME charset}), +non-ASCII bit patterns are decoded as the MIME charset. Otherwise +non-ASCII bit patterns are decoded as the +@code{default-mime-charset}. (cf. @ref{entity formatting}) @refill -If @var{separator} is not nil, it is used as header separator. +If @var{separator} is not @code{nil}, it is used as header separator. @end defun -- 1.7.10.4