comparison 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
parents 71e6cab216b1
children ccef92f2f7f8
comparison
equal deleted inserted replaced
71069:e212d28d8ffe 71070:0c8ac7192244
7469 In the last case, we call the function with one argument, 7469 In the last case, we call the function with one argument,
7470 which is a list of all the arguments given to this function. 7470 which is a list of all the arguments given to this function.
7471 7471
7472 If OPERATION is `insert-file-contents', the argument corresponding to 7472 If OPERATION is `insert-file-contents', the argument corresponding to
7473 TARGET may be a cons (FILENAME . BUFFER). In that case, FILENAME is a 7473 TARGET may be a cons (FILENAME . BUFFER). In that case, FILENAME is a
7474 file name to look up, and BUFFER is a buffer that already contains the 7474 file name to look up, and BUFFER is a buffer that will contain the
7475 file (but not yet decoded). If a function is found as above, the 7475 file (not yet decoded). If `file-coding-system-alist' specifies a
7476 function must pay attention to this format of TARGET. 7476 function to call for FILENAME, that function should examine the
7477 contents of BUFFER instead of reading the file.
7477 7478
7478 usage: (find-operation-coding-system OPERATION ARGUMENTS ...) */) 7479 usage: (find-operation-coding-system OPERATION ARGUMENTS ...) */)
7479 (nargs, args) 7480 (nargs, args)
7480 int nargs; 7481 int nargs;
7481 Lisp_Object *args; 7482 Lisp_Object *args;