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:
f793c6d
)
(mime-decode-parameter-alist): Fix doc string.
author
shuhei
<shuhei>
Wed, 28 Feb 2001 19:29:46 +0000
(19:29 +0000)
committer
shuhei
<shuhei>
Wed, 28 Feb 2001 19:29:46 +0000
(19:29 +0000)
mime-parse.el
patch
|
blob
|
history
diff --git
a/mime-parse.el
b/mime-parse.el
index
fe591d8
..
6543ef2
100644
(file)
--- a/
mime-parse.el
+++ b/
mime-parse.el
@@
-297,7
+297,7
@@
property of the decoded-value."
plist))
(defun mime-decode-parameter-alist (params)
- "Decode PARAMS as an alist list of MIME parameter values.
+ "Decode PARAMS as an association list of MIME parameter values.
See `mime-decode-parameter-plist' for more information."
(mime-decode-parameter-plist
(mime-parse-alist-to-plist params)))