Mercurial > emacs
comparison src/coding.c @ 78152:5e5f359984e5
(Ffind_operation_coding_system): Doc fix.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Mon, 16 Jul 2007 10:31:56 +0000 |
| parents | 3d45362f1d38 |
| children | 2b9404c2f01f |
comparison
equal
deleted
inserted
replaced
| 78151:cd5b15b5cd2e | 78152:5e5f359984e5 |
|---|---|
| 7470 file name to look up, and BUFFER is a buffer that contains the file's | 7470 file name to look up, and BUFFER is a buffer that contains the file's |
| 7471 contents (not yet decoded). If `file-coding-system-alist' specifies a | 7471 contents (not yet decoded). If `file-coding-system-alist' specifies a |
| 7472 function to call for FILENAME, that function should examine the | 7472 function to call for FILENAME, that function should examine the |
| 7473 contents of BUFFER instead of reading the file. | 7473 contents of BUFFER instead of reading the file. |
| 7474 | 7474 |
| 7475 usage: (find-operation-coding-system OPERATION ARGUMENTS ...) */) | 7475 usage: (find-operation-coding-system OPERATION ARGUMENTS...) */) |
| 7476 (nargs, args) | 7476 (nargs, args) |
| 7477 int nargs; | 7477 int nargs; |
| 7478 Lisp_Object *args; | 7478 Lisp_Object *args; |
| 7479 { | 7479 { |
| 7480 Lisp_Object operation, target_idx, target, val; | 7480 Lisp_Object operation, target_idx, target, val; |
