]> code.delx.au - gnu-emacs/commitdiff
(syms_of_coding) <file-coding-system-alist>: Doc fix
authorAndreas Schwab <schwab@suse.de>
Mon, 11 Mar 2002 19:22:07 +0000 (19:22 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 11 Mar 2002 19:22:07 +0000 (19:22 +0000)
src/ChangeLog
src/coding.c

index 7d70bb49e321a73ddc1c8de0b106eaa1dd0e643d..e45be1c0b9d1730844d9aebbcc8e28989526b435 100644 (file)
@@ -1,3 +1,7 @@
+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
index 37a5e88654777d60576d78fa3448e465d240f79c..dce943d3310ce812ced8064d8e6c2d182e81d7a1 100644 (file)
@@ -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 @@ If VAL is a cons of coding systems, the car part is used for decoding,
 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'.  */);