diff options
| author | Kenichi Handa | 1998-07-25 04:48:35 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-07-25 04:48:35 +0000 |
| commit | 558b0c8617bb69791486f0661b074e23f81b659b (patch) | |
| tree | 6826be583f432229013a456242d0a40e21da3eb1 | |
| parent | 3a77b8ee0fe50e385f8d9385080e144fdaabc375 (diff) | |
| download | emacs-558b0c8617bb69791486f0661b074e23f81b659b.tar.gz emacs-558b0c8617bb69791486f0661b074e23f81b659b.zip | |
(auto-coding-alist): Docstring fixed.
| -rw-r--r-- | lisp/international/mule.el | 3 |
1 files changed, 1 insertions, 2 deletions
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." | |||
| 777 | ("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|JAR\\)\\'" . no-conversion)) | 777 | ("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|JAR\\)\\'" . no-conversion)) |
| 778 | "Alist of filename patterns vs corresponding coding systems. | 778 | "Alist of filename patterns vs corresponding coding systems. |
| 779 | Each element looks like (REGEXP . CODING-SYSTEM). | 779 | Each element looks like (REGEXP . CODING-SYSTEM). |
| 780 | A file whose name matches REGEXP is decoded on reading | 780 | A file whose name matches REGEXP is decoded by CODING-SYSTEM on reading. |
| 781 | and encoded on writing by CODING-SYSTEM. | ||
| 782 | 781 | ||
| 783 | The settings in this variable have higher priority than `coding:' tag | 782 | The settings in this variable have higher priority than `coding:' tag |
| 784 | in the file contents (see the function `set-auto-coding') | 783 | in the file contents (see the function `set-auto-coding') |