]> code.delx.au - gnu-emacs/blobdiff - lisp/international/mule-util.el
Merge from emacs-23; up to 2010-06-10T05:17:21Z!rgm@gnu.org.
[gnu-emacs] / lisp / international / mule-util.el
index 59496266eaf4b69d08faa6386de6eb774ee0906e..ef09cdda2deba0daeefa395fbb038b2422eff85a 100644 (file)
@@ -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")))