comparison src/coding.c @ 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 7ab6c2f70b0b
children b133f07a76db
comparison
equal deleted inserted replaced
22811:6e11bb792d4f 22812:70f58e77fda7
5308 If VAL is a cons of coding systems, the car part is used for decoding,\n\ 5308 If VAL is a cons of coding systems, the car part is used for decoding,\n\
5309 and the cdr part is used for encoding.\n\ 5309 and the cdr part is used for encoding.\n\
5310 If VAL is a function symbol, the function must return a coding system\n\ 5310 If VAL is a function symbol, the function must return a coding system\n\
5311 or a cons of coding systems which are used as above.\n\ 5311 or a cons of coding systems which are used as above.\n\
5312 \n\ 5312 \n\
5313 See also the function `find-operation-coding-system'."); 5313 See also the function `find-operation-coding-system'.\n\
5314 and 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,
5317 "Alist to decide a coding system to use for a process I/O operation.\n\ 5318 "Alist to decide a coding system to use for a process I/O operation.\n\
5318 The format is ((PATTERN . VAL) ...),\n\ 5319 The format is ((PATTERN . VAL) ...),\n\