diff options
| author | Andreas Schwab | 2002-03-11 19:22:07 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2002-03-11 19:22:07 +0000 |
| commit | ff955d900086e87fc3d356c7e70848e480f592e8 (patch) | |
| tree | 977f63a8c285e035fd7035cca8c4bbd4902a8ec9 /src/coding.c | |
| parent | 073448c560753480b6306945f21fd0123744b569 (diff) | |
| download | emacs-ff955d900086e87fc3d356c7e70848e480f592e8.tar.gz emacs-ff955d900086e87fc3d356c7e70848e480f592e8.zip | |
(syms_of_coding) <file-coding-system-alist>: Doc fix
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c index 37a5e886547..dce943d3310 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Coding system handler (conversion, detection, and etc). | 1 | /* Coding system handler (conversion, detection, and etc). |
| 2 | Copyright (C) 1995, 1997, 1998 Electrotechnical Laboratory, JAPAN. | 2 | Copyright (C) 1995, 1997, 1998, 2002 Electrotechnical Laboratory, JAPAN. |
| 3 | Licensed to the Free Software Foundation. | 3 | Licensed to the Free Software Foundation. |
| 4 | Copyright (C) 2001 Free Software Foundation, Inc. | 4 | Copyright (C) 2001 Free Software Foundation, Inc. |
| 5 | 5 | ||
| @@ -7248,7 +7248,7 @@ If VAL is a cons of coding systems, the car part is used for decoding, | |||
| 7248 | and the cdr part is used for encoding. | 7248 | and the cdr part is used for encoding. |
| 7249 | If VAL is a function symbol, the function must return a coding system | 7249 | If VAL is a function symbol, the function must return a coding system |
| 7250 | or a cons of coding systems which are used as above. The function gets | 7250 | or a cons of coding systems which are used as above. The function gets |
| 7251 | the arguments with which `find-operation-coding-systems' was called. | 7251 | the arguments with which `find-operation-coding-system' was called. |
| 7252 | 7252 | ||
| 7253 | See also the function `find-operation-coding-system' | 7253 | See also the function `find-operation-coding-system' |
| 7254 | and the variable `auto-coding-alist'. */); | 7254 | and the variable `auto-coding-alist'. */); |