summaryrefslogtreecommitdiff
path: root/lisp/international/mule-util.el
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2011-02-04 11:45:46 +0100
committerAndreas Schwab <schwab@linux-m68k.org>2011-02-04 11:45:46 +0100
commitd93c111eaa6844eeac3271d4c2096e5207c2bc04 (patch)
treebb357283e6d4737b14f7ca48e31dbde72b3d9e88 /lisp/international/mule-util.el
parent2b7feab0099bda2082985b7c0dfb5de13de994f5 (diff)
downloademacs-d93c111eaa6844eeac3271d4c2096e5207c2bc04.tar.gz
* international/mule-util.el (with-coding-priority): Doc fix.
Diffstat (limited to 'lisp/international/mule-util.el')
-rw-r--r--lisp/international/mule-util.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-util.el b/lisp/international/mule-util.el
index 59496266eaf..ef09cdda2de 100644
--- a/lisp/international/mule-util.el
+++ b/lisp/international/mule-util.el
@@ -313,7 +313,7 @@ Optional 5th argument NIL-FOR-TOO-LONG non-nil means return nil
;;;###autoload
(defmacro with-coding-priority (coding-systems &rest body)
"Execute BODY like `progn' with CODING-SYSTEMS at the front of priority list.
-CODING-SYSTEMS is a list of coding systems. See `set-coding-priority'.
+CODING-SYSTEMS is a list of coding systems. See `set-coding-system-priority'.
This affects the implicit sorting of lists of coding sysems returned by
operations such as `find-coding-systems-region'."
(let ((current (make-symbol "current")))