From 558b0c8617bb69791486f0661b074e23f81b659b Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sat, 25 Jul 1998 04:48:35 +0000 Subject: [PATCH] (auto-coding-alist): Docstring fixed. --- lisp/international/mule.el | 3 +-- 1 file changed, 1 insertion(+), 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') -- 2.39.2