Mercurial > emacs
changeset 43841:5ad6c4210a07
(syms_of_coding) <file-coding-system-alist>: Doc fix
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Mon, 11 Mar 2002 19:21:09 +0000 |
parents | 61b57d15ed73 |
children | 795d36e08b0b |
files | src/coding.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.c Mon Mar 11 18:49:44 2002 +0000 +++ b/src/coding.c Mon Mar 11 19:21:09 2002 +0000 @@ -1,5 +1,5 @@ /* Coding system handler (conversion, detection, and etc). - Copyright (C) 1995, 1997, 1998 Electrotechnical Laboratory, JAPAN. + Copyright (C) 1995, 1997, 1998, 2002 Electrotechnical Laboratory, JAPAN. Licensed to the Free Software Foundation. Copyright (C) 2001 Free Software Foundation, Inc. @@ -7248,7 +7248,7 @@ and the cdr part is used for encoding. If VAL is a function symbol, the function must return a coding system or a cons of coding systems which are used as above. The function gets -the arguments with which `find-operation-coding-systems' was called. +the arguments with which `find-operation-coding-system' was called. See also the function `find-operation-coding-system' and the variable `auto-coding-alist'. */);