From: morioka Date: Sun, 18 Oct 1998 12:09:45 +0000 (+0000) Subject: update. X-Git-Tag: flim-199811302358~11 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b652a0d169d501cf30a530e6348d65e27468da09;p=elisp%2Fflim.git update. --- 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