diff options
| author | Eli Zaretskii | 2006-05-29 21:44:59 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-05-29 21:44:59 +0000 |
| commit | a952cebe16c99c28c403758663de026b1a61cfeb (patch) | |
| tree | 743f774ceead8129c843a55a7453115689ee3169 /src/coding.c | |
| parent | e1511d8794a00f051c9a094f51b6c615260fb587 (diff) | |
| download | emacs-a952cebe16c99c28c403758663de026b1a61cfeb.tar.gz emacs-a952cebe16c99c28c403758663de026b1a61cfeb.zip | |
(Ffind_operation_coding_system): Doc fix.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/coding.c b/src/coding.c index 03c07c3ba68..0809e2331ad 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -7471,9 +7471,10 @@ 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) |