From: Richard M. Stallman Date: Sat, 25 Jul 1998 20:56:15 +0000 (+0000) Subject: (auto-coding-alist): Another doc fix. X-Git-Tag: emacs-20.3~253 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7fed493a8650bc8404f734bd1e0c4818f87bc052;p=emacs.git (auto-coding-alist): Another doc fix. --- diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 9883114082f..97ac481ff70 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -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'.