Mercurial > emacs
changeset 22826:e81f7de474b3
(auto-coding-alist): Another doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 25 Jul 1998 20:56:15 +0000 |
parents | a5d08eacb02b |
children | 053f8d41f34c |
files | lisp/international/mule.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule.el Sat Jul 25 20:51:40 1998 +0000 +++ b/lisp/international/mule.el Sat Jul 25 20:56:15 1998 +0000 @@ -779,9 +779,9 @@ 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'.