diff options
| author | Kenichi Handa | 1998-07-25 04:23:13 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-07-25 04:23:13 +0000 |
| commit | eda284acb2981fc63404a1d71cea68687ee4930c (patch) | |
| tree | 2b1c5e81e06135429f5ec06130183e1b9a8d243c /src | |
| parent | 1255deb9a63c9020290ac96c7cedae8f8176c4d0 (diff) | |
| download | emacs-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.c | 3 |
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\ | |||
| 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, |