diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-11 21:32:49 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-11 21:32:49 -0800 |
commit | 333f9019e29e9b6de3a7ec07448be1d364ba540b (patch) | |
tree | fd19625604abbd2784e9c9de92c613ff965ea11d /lisp/international | |
parent | 11636b221d2897aed5ca9a762d7b61afd20b6168 (diff) | |
download | emacs-333f9019e29e9b6de3a7ec07448be1d364ba540b.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/international')
-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))) |