1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

(auto-coding-alist): Docstring fixed.

This commit is contained in:
Kenichi Handa 1998-07-25 04:48:35 +00:00
parent 3a77b8ee0f
commit 558b0c8617

View 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')