diff options
| author | Richard M. Stallman | 1998-07-25 20:56:15 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-07-25 20:56:15 +0000 |
| commit | 7fed493a8650bc8404f734bd1e0c4818f87bc052 (patch) | |
| tree | 82939261d1181579df8c9e434bd628979b6459cb | |
| parent | 6d0d20a17ee1c069c2c93cfa7f71a92e2f4c731b (diff) | |
| download | emacs-7fed493a8650bc8404f734bd1e0c4818f87bc052.tar.gz emacs-7fed493a8650bc8404f734bd1e0c4818f87bc052.zip | |
(auto-coding-alist): Another doc fix.
| -rw-r--r-- | lisp/international/mule.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 9883114082f..97ac481ff70 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -779,9 +779,9 @@ LIST is a list of coding categories ordered by priority." | |||
| 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 by CODING-SYSTEM on reading. | 780 | A file whose name matches REGEXP is decoded by CODING-SYSTEM on reading. |
| 781 | 781 | ||
| 782 | The settings in this variable have higher priority than `coding:' tag | 782 | The settings in this alist take priority over `coding:' tags |
| 783 | in the file contents (see the function `set-auto-coding') | 783 | in the file (see the function `set-auto-coding') |
| 784 | and the variable `file-coding-system-alist'.") | 784 | and the contents of `file-coding-system-alist'.") |
| 785 | 785 | ||
| 786 | (defvar set-auto-coding-for-load nil | 786 | (defvar set-auto-coding-for-load nil |
| 787 | "Non-nil means look for `load-coding' property instead of `coding'. | 787 | "Non-nil means look for `load-coding' property instead of `coding'. |