changeset 22819:da7ae4205e0b

(auto-coding-alist): Docstring fixed.
author Kenichi Handa <handa@m17n.org>
date Sat, 25 Jul 1998 04:48:35 +0000
parents 3c30de5e4f1d
children fd2cd15ffd6c
files lisp/international/mule.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule.el	Sat Jul 25 04:35:02 1998 +0000
+++ b/lisp/international/mule.el	Sat Jul 25 04:48:35 1998 +0000
@@ -777,8 +777,7 @@
     ("\\.\\(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')