comparison lisp/international/mule.el @ 22826:e81f7de474b3

(auto-coding-alist): Another doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 25 Jul 1998 20:56:15 +0000
parents da7ae4205e0b
children a7838d7ea983
comparison
equal deleted inserted replaced
22825:a5d08eacb02b 22826:e81f7de474b3
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 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'.
788 This is used for loading and byte-compiling Emacs Lisp files.") 788 This is used for loading and byte-compiling Emacs Lisp files.")
789 789