aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-07-25 20:56:15 +0000
committerRichard M. Stallman1998-07-25 20:56:15 +0000
commit7fed493a8650bc8404f734bd1e0c4818f87bc052 (patch)
tree82939261d1181579df8c9e434bd628979b6459cb
parent6d0d20a17ee1c069c2c93cfa7f71a92e2f4c731b (diff)
downloademacs-7fed493a8650bc8404f734bd1e0c4818f87bc052.tar.gz
emacs-7fed493a8650bc8404f734bd1e0c4818f87bc052.zip
(auto-coding-alist): Another doc fix.
-rw-r--r--lisp/international/mule.el6
1 files 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."
779Each element looks like (REGEXP . CODING-SYSTEM). 779Each element looks like (REGEXP . CODING-SYSTEM).
780A file whose name matches REGEXP is decoded by CODING-SYSTEM on reading. 780A file whose name matches REGEXP is decoded by CODING-SYSTEM on reading.
781 781
782The settings in this variable have higher priority than `coding:' tag 782The settings in this alist take priority over `coding:' tags
783in the file contents (see the function `set-auto-coding') 783in the file (see the function `set-auto-coding')
784and the variable `file-coding-system-alist'.") 784and the contents of `file-coding-system-alist'.")
785 785
786(defvar set-auto-coding-for-load nil 786(defvar set-auto-coding-for-load nil
787 "Non-nil means look for `load-coding' property instead of `coding'. 787 "Non-nil means look for `load-coding' property instead of `coding'.