Mercurial > emacs
diff src/coding.c @ 71070:0c8ac7192244
(Ffind_operation_coding_system): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 29 May 2006 21:44:22 +0000 (2006-05-29) |
parents | 71e6cab216b1 |
children | ccef92f2f7f8 |
line wrap: on
line diff
--- 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)