(syms_of_coding): Mention auto-coding-alist in the
docstring of file-coding-system-alist.
This commit is contained in:
parent
1255deb9a6
commit
eda284acb2
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue