diff options
author | Kenichi Handa <handa@m17n.org> | 2006-03-23 01:20:20 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2006-03-23 01:20:20 +0000 |
commit | 9b99ec0e6c92f9e05f823e2334ca89db6d49c583 (patch) | |
tree | 2917c3ee8fd2d1b9a89ad51b2cfdf851348b7c5b /lisp/international | |
parent | 47021b111d00462106780480c6c690bb7f0d0ae3 (diff) | |
download | emacs-9b99ec0e6c92f9e05f823e2334ca89db6d49c583.tar.gz |
(sort-coding-systems): Describe that
the argument is modified in docstring.
Diffstat (limited to 'lisp/international')
-rw-r--r-- | lisp/international/mule-cmds.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 207f552bad5..44b3d30e729 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -419,6 +419,7 @@ The function `sort-coding-systems' use it.") (defun sort-coding-systems (codings) "Sort coding system list CODINGS by a priority of each coding system. +Returns the sorted list. CODINGS is modified by side effects. If a coding system is most preferred, it has the highest priority. Otherwise, a coding system corresponds to some MIME charset has higher |