]> git.eshelyaron.com Git - emacs.git/commitdiff
* international/mule-util.el (with-coding-priority): Doc fix.
authorAndreas Schwab <schwab@linux-m68k.org>
Fri, 4 Feb 2011 10:45:46 +0000 (11:45 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Fri, 4 Feb 2011 10:45:46 +0000 (11:45 +0100)
lisp/ChangeLog
lisp/international/mule-util.el

index 72d9ab45011a9cf3fbcd1e57bf28db9bdf1441b7..37c7341a60bba55e5422b2dd9b5ba111606ad46b 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-04  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * international/mule-util.el (with-coding-priority): Doc fix.
+
 2011-02-04  Eli Zaretskii  <eliz@gnu.org>
 
        * arc-mode.el (archive-mode-map): Fix a typo in last change.
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")))