changeset 22812:70f58e77fda7

(syms_of_coding): Mention auto-coding-alist in the docstring of file-coding-system-alist.
author Kenichi Handa <handa@m17n.org>
date Sat, 25 Jul 1998 04:23:13 +0000
parents 6e11bb792d4f
children b209a00e464e
files src/coding.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/coding.c	Sat Jul 25 04:23:13 1998 +0000
+++ b/src/coding.c	Sat Jul 25 04:23:13 1998 +0000
@@ -5310,7 +5310,8 @@
 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,