# HG changeset patch # User Kenichi Handa # Date 901342115 0 # Node ID da7ae4205e0bda19d79d9bb155f5de841f793707 # Parent 3c30de5e4f1dae1384feb8277111966407fccf2e (auto-coding-alist): Docstring fixed. diff -r 3c30de5e4f1d -r da7ae4205e0b lisp/international/mule.el --- 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')