diff options
Diffstat (limited to 'lisp/international/mule-util.el')
| -rw-r--r-- | lisp/international/mule-util.el | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-util.el b/lisp/international/mule-util.el index ef09cdda2de..f0a5ebbee40 100644 --- a/lisp/international/mule-util.el +++ b/lisp/international/mule-util.el @@ -314,7 +314,7 @@ Optional 5th argument NIL-FOR-TOO-LONG non-nil means return nil  (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-system-priority'. -This affects the implicit sorting of lists of coding sysems returned by +This affects the implicit sorting of lists of coding systems returned by  operations such as `find-coding-systems-region'."    (let ((current (make-symbol "current")))    `(let ((,current (coding-system-priority-list)))  | 
