# HG changeset patch # User Richard M. Stallman # Date 901400175 0 # Node ID e81f7de474b3edde6a9ad9c919b56ab24fdb2c96 # Parent a5d08eacb02babeb033d423d36cb37fbce9e9c5b (auto-coding-alist): Another doc fix. diff -r a5d08eacb02b -r e81f7de474b3 lisp/international/mule.el --- 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'.