From 7fed493a8650bc8404f734bd1e0c4818f87bc052 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 25 Jul 1998 20:56:15 +0000 Subject: [PATCH] (auto-coding-alist): Another doc fix. --- lisp/international/mule.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'. -- 2.39.2