From ff955d900086e87fc3d356c7e70848e480f592e8 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 11 Mar 2002 19:22:07 +0000 Subject: [PATCH] (syms_of_coding) : Doc fix --- src/ChangeLog | 4 ++++ src/coding.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 7d70bb49e32..e45be1c0b9d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-03-11 Andreas Schwab + + * coding.c (syms_of_coding) : Doc fix. + 2002-03-11 Gerd Moellmann * xterm.c (note_mouse_movement): Put code for 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 @@ /* 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'. */); -- 2.39.2