* international/mule-util.el (with-coding-priority): Doc fix.
This commit is contained in:
parent
2b7feab009
commit
d93c111eaa
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2011-02-04 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
* arc-mode.el (archive-mode-map): Fix a typo in last change.
|
* arc-mode.el (archive-mode-map): Fix a typo in last change.
|
||||||
|
|
|
@ -313,7 +313,7 @@ Optional 5th argument NIL-FOR-TOO-LONG non-nil means return nil
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defmacro with-coding-priority (coding-systems &rest body)
|
(defmacro with-coding-priority (coding-systems &rest body)
|
||||||
"Execute BODY like `progn' with CODING-SYSTEMS at the front of priority list.
|
"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
|
This affects the implicit sorting of lists of coding sysems returned by
|
||||||
operations such as `find-coding-systems-region'."
|
operations such as `find-coding-systems-region'."
|
||||||
(let ((current (make-symbol "current")))
|
(let ((current (make-symbol "current")))
|
||||||
|
|
Loading…
Add table
Reference in a new issue