From 9b99ec0e6c92f9e05f823e2334ca89db6d49c583 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 23 Mar 2006 01:20:20 +0000 Subject: [PATCH] (sort-coding-systems): Describe that the argument is modified in docstring. --- lisp/ChangeLog | 5 +++++ lisp/international/mule-cmds.el | 1 + 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 47bfe469ca7..e0b7bac0697 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-03-23 Kenichi Handa + + * international/mule-cmds.el (sort-coding-systems): Describe that + the argument is modified in docstring. + 2006-03-22 Sascha Wilde * pgg-gpg.el (pgg-gpg-use-agent): Disable by default. 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 -- 2.39.2