projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c90a03
)
Fix typo in doc-string of `mime-set-field-decoder'.
author
yamaoka
<yamaoka>
Fri, 15 Dec 2000 06:22:44 +0000
(06:22 +0000)
committer
yamaoka
<yamaoka>
Fri, 15 Dec 2000 06:22:44 +0000
(06:22 +0000)
eword-decode.el
patch
|
blob
|
history
diff --git
a/eword-decode.el
b/eword-decode.el
index
dd46d32
..
7a11ec3
100644
(file)
--- 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."