* international/mule-util.el (with-coding-priority): Doc fix.

This commit is contained in:
Andreas Schwab 2011-02-04 11:45:46 +01:00
parent 2b7feab009
commit d93c111eaa
2 changed files with 5 additions and 1 deletions

View 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.

View 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")))