From: morioka Date: Sun, 18 Oct 1998 12:09:04 +0000 (+0000) Subject: (Header encoder/decoder): Modify description of `eword-decode-header'. X-Git-Tag: flim-199811302358~12 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=be5c62d525400e84763644541cc0847233d231d6;p=elisp%2Fflim.git (Header encoder/decoder): Modify description of `eword-decode-header'. --- diff --git a/mime-en.sgml b/mime-en.sgml index cdc9413..9941a5d 100644 --- a/mime-en.sgml +++ b/mime-en.sgml @@ -863,12 +863,14 @@ FLIM はこれらを符号化・復号化する機能を提供します。

Decode MIME encoded-words in header fields.

-If code-conversion is 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. -

-If separator is not nil, it is used as header separator. +If code-conversion is nil, only encoded-words +are decoded. If code-conversion is a MIME +charset, non-ASCII bit patterns are decoded as the MIME +charset. Otherwise non-ASCII bit patterns are decoded as the +default-mime-charset. +

+If separator is not nil, it is used as header +separator.