From: yamaoka Date: Fri, 15 Dec 2000 06:22:44 +0000 (+0000) Subject: Fix typo in doc-string of `mime-set-field-decoder'. X-Git-Tag: flim-1_14_0~39 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=25422ef4504d3fe059ae8936d9d9cfa0fc72753d;p=elisp%2Fflim.git Fix typo in doc-string of `mime-set-field-decoder'. --- diff --git a/eword-decode.el b/eword-decode.el index dd46d32..7a11ec3 100644 --- a/eword-decode.el +++ b/eword-decode.el @@ -270,7 +270,7 @@ such as a version of Net$cape)." ;;;###autoload (defun mime-set-field-decoder (field &rest specs) - "Set decoder of FILED. + "Set decoder of FIELD. SPECS must be like `MODE1 DECODER1 MODE2 DECODER2 ...'. Each mode must be `nil', `plain', `wide', `summary' or `nov'. If mode is `nil', corresponding decoder is set up for every modes."