aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa1998-07-25 04:48:35 +0000
committerKenichi Handa1998-07-25 04:48:35 +0000
commit558b0c8617bb69791486f0661b074e23f81b659b (patch)
tree6826be583f432229013a456242d0a40e21da3eb1
parent3a77b8ee0fe50e385f8d9385080e144fdaabc375 (diff)
downloademacs-558b0c8617bb69791486f0661b074e23f81b659b.tar.gz
emacs-558b0c8617bb69791486f0661b074e23f81b659b.zip
(auto-coding-alist): Docstring fixed.
-rw-r--r--lisp/international/mule.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index 00306d7e48d..9883114082f 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -777,8 +777,7 @@ LIST is a list of coding categories ordered by priority."
777 ("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|JAR\\)\\'" . no-conversion)) 777 ("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|JAR\\)\\'" . no-conversion))
778 "Alist of filename patterns vs corresponding coding systems. 778 "Alist of filename patterns vs corresponding coding systems.
779Each element looks like (REGEXP . CODING-SYSTEM). 779Each element looks like (REGEXP . CODING-SYSTEM).
780A file whose name matches REGEXP is decoded on reading 780A file whose name matches REGEXP is decoded by CODING-SYSTEM on reading.
781and encoded on writing by CODING-SYSTEM.
782 781
783The settings in this variable have higher priority than `coding:' tag 782The settings in this variable have higher priority than `coding:' tag
784in the file contents (see the function `set-auto-coding') 783in the file contents (see the function `set-auto-coding')