comparison src/coding.c @ 71084:ccef92f2f7f8

(Ffind_operation_coding_system): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 30 May 2006 04:33:21 +0000
parents 0c8ac7192244
children eaa3c19b94d2 46b1096093f5 a8190f7e546e
comparison
equal deleted inserted replaced
71083:073af3c41750 71084:ccef92f2f7f8
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 will contain the 7474 file name to look up, and BUFFER is a buffer that contains the file's
7475 file (not yet decoded). If `file-coding-system-alist' specifies a 7475 contents (not yet decoded). If `file-coding-system-alist' specifies a
7476 function to call for FILENAME, that function should examine the 7476 function to call for FILENAME, that function should examine the
7477 contents of BUFFER instead of reading the file. 7477 contents of BUFFER instead of reading the file.
7478 7478
7479 usage: (find-operation-coding-system OPERATION ARGUMENTS ...) */) 7479 usage: (find-operation-coding-system OPERATION ARGUMENTS ...) */)
7480 (nargs, args) 7480 (nargs, args)