]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-coding-alist): Docstring fixed.
authorKenichi Handa <handa@m17n.org>
Sat, 25 Jul 1998 04:48:35 +0000 (04:48 +0000)
committerKenichi Handa <handa@m17n.org>
Sat, 25 Jul 1998 04:48:35 +0000 (04:48 +0000)
lisp/international/mule.el

index 00306d7e48d651ed121f6ce08788f4341c4a4d42..9883114082fff0f8438ab2602eb0f5590f0a3783 100644 (file)
@@ -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')