# HG changeset patch # User Richard M. Stallman # Date 1148963601 0 # Node ID ccef92f2f7f87f6cdcd182ebcc00394b96e05699 # Parent 073af3c41750a00477fb6f3a466098b71fc798a3 (Ffind_operation_coding_system): Doc fix. diff -r 073af3c41750 -r ccef92f2f7f8 src/coding.c --- 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.