]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-coding-alist): Another doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 25 Jul 1998 20:56:15 +0000 (20:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 25 Jul 1998 20:56:15 +0000 (20:56 +0000)
lisp/international/mule.el

index 9883114082fff0f8438ab2602eb0f5590f0a3783..97ac481ff7042e22872b44a9f95578eb43dd968a 100644 (file)
@@ -779,9 +779,9 @@ LIST is a list of coding categories ordered by priority."
 Each element looks like (REGEXP . CODING-SYSTEM).
 A file whose name matches REGEXP is decoded by CODING-SYSTEM on reading.
 
-The settings in this variable have higher priority than `coding:' tag
-in the file contents (see the function `set-auto-coding')
-and the variable `file-coding-system-alist'.")
+The settings in this alist take priority over `coding:' tags
+in the file (see the function `set-auto-coding')
+and the contents of `file-coding-system-alist'.")
 
 (defvar set-auto-coding-for-load nil
   "Non-nil means look for `load-coding' property instead of `coding'.