summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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."
("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|JAR\\)\\'" . no-conversion))
"Alist of filename patterns vs corresponding coding systems.
Each element looks like (REGEXP . CODING-SYSTEM).
-A file whose name matches REGEXP is decoded on reading
-and encoded on writing by 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')