# HG changeset patch # User Eli Zaretskii # Date 1148939062 0 # Node ID 0c8ac719224437ae9da9c678b35b3d36d66d86be # Parent e212d28d8ffe86a7f722010671538482d4f5131a (Ffind_operation_coding_system): Doc fix. diff -r e212d28d8ffe -r 0c8ac7192244 src/coding.c --- a/src/coding.c Mon May 29 21:40:59 2006 +0000 +++ b/src/coding.c Mon May 29 21:44:22 2006 +0000 @@ -7471,9 +7471,10 @@ 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 already contains the -file (but not yet decoded). If a function is found as above, the -function must pay attention to this format of TARGET. +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 +function to call for FILENAME, that function should examine the +contents of BUFFER instead of reading the file. usage: (find-operation-coding-system OPERATION ARGUMENTS ...) */) (nargs, args)