]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_coding): Mention auto-coding-alist in the
authorKenichi Handa <handa@m17n.org>
Sat, 25 Jul 1998 04:23:13 +0000 (04:23 +0000)
committerKenichi Handa <handa@m17n.org>
Sat, 25 Jul 1998 04:23:13 +0000 (04:23 +0000)
docstring of file-coding-system-alist.

src/coding.c

index 5e18c973fac705b7627c4cb1392cf8740ed3083b..635b28aa7131d8e7c2aa64848179825efa2ca3d5 100644 (file)
@@ -5310,7 +5310,8 @@ and the cdr part is used for encoding.\n\
 If VAL is a function symbol, the function must return a coding system\n\
 or a cons of coding systems which are used as above.\n\
 \n\
-See also the function `find-operation-coding-system'.");
+See also the function `find-operation-coding-system'.\n\
+and the variable `auto-coding-alist'.");
   Vfile_coding_system_alist = Qnil;
 
   DEFVAR_LISP ("process-coding-system-alist", &Vprocess_coding_system_alist,