changeset 71070:0c8ac7192244

(Ffind_operation_coding_system): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 29 May 2006 21:44:22 +0000
parents e212d28d8ffe
children 4dfa412b381f
files src/coding.c
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
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)