From: Kenichi Handa Date: Sat, 25 Jul 1998 04:23:13 +0000 (+0000) Subject: (syms_of_coding): Mention auto-coding-alist in the X-Git-Tag: emacs-20.3~267 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eda284acb2981fc63404a1d71cea68687ee4930c;p=emacs.git (syms_of_coding): Mention auto-coding-alist in the docstring of file-coding-system-alist. --- diff --git a/src/coding.c b/src/coding.c index 5e18c973fac..635b28aa713 100644 --- a/src/coding.c +++ b/src/coding.c @@ -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,