changeset 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 073af3c41750
children efbd6a95714d
files src/coding.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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.