From: Kenichi Handa Date: Sat, 25 Jul 1998 04:48:35 +0000 (+0000) Subject: (auto-coding-alist): Docstring fixed. X-Git-Tag: emacs-20.3~260 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=558b0c8617bb69791486f0661b074e23f81b659b;p=emacs.git (auto-coding-alist): Docstring fixed. --- 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')