aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa1998-07-25 04:23:13 +0000
committerKenichi Handa1998-07-25 04:23:13 +0000
commiteda284acb2981fc63404a1d71cea68687ee4930c (patch)
tree2b1c5e81e06135429f5ec06130183e1b9a8d243c /src
parent1255deb9a63c9020290ac96c7cedae8f8176c4d0 (diff)
downloademacs-eda284acb2981fc63404a1d71cea68687ee4930c.tar.gz
emacs-eda284acb2981fc63404a1d71cea68687ee4930c.zip
(syms_of_coding): Mention auto-coding-alist in the
docstring of file-coding-system-alist.
Diffstat (limited to 'src')
-rw-r--r--src/coding.c3
1 files changed, 2 insertions, 1 deletions
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\
5310If VAL is a function symbol, the function must return a coding system\n\ 5310If VAL is a function symbol, the function must return a coding system\n\
5311or a cons of coding systems which are used as above.\n\ 5311or a cons of coding systems which are used as above.\n\
5312\n\ 5312\n\
5313See also the function `find-operation-coding-system'."); 5313See also the function `find-operation-coding-system'.\n\
5314and the variable `auto-coding-alist'.");
5314 Vfile_coding_system_alist = Qnil; 5315 Vfile_coding_system_alist = Qnil;
5315 5316
5316 DEFVAR_LISP ("process-coding-system-alist", &Vprocess_coding_system_alist, 5317 DEFVAR_LISP ("process-coding-system-alist", &Vprocess_coding_system_alist,