diff src/coding.c @ 71084:ccef92f2f7f8

(Ffind_operation_coding_system): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 30 May 2006 04:33:21 +0000
parents 0c8ac7192244
children eaa3c19b94d2 46b1096093f5 a8190f7e546e
line wrap: on
line diff
--- a/src/coding.c	Tue May 30 04:32:09 2006 +0000
+++ b/src/coding.c	Tue May 30 04:33:21 2006 +0000
@@ -7471,8 +7471,8 @@
 
 If OPERATION is `insert-file-contents', the argument corresponding to
 TARGET may be a cons (FILENAME . BUFFER).  In that case, FILENAME is a
-file name to look up, and BUFFER is a buffer that will contain the
-file (not yet decoded).  If `file-coding-system-alist' specifies a
+file name to look up, and BUFFER is a buffer that contains the file's
+contents (not yet decoded).  If `file-coding-system-alist' specifies a
 function to call for FILENAME, that function should examine the
 contents of BUFFER instead of reading the file.