+2002-03-11 Andreas Schwab <schwab@suse.de>
+
+ * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
+
2002-03-11 Gerd Moellmann <gerd@gnu.org>
* xterm.c (note_mouse_movement): Put code for
/* 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.
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'. */);