Mercurial > emacs
comparison src/coding.c @ 81951:7aa1fc9d679a
(Ffind_operation_coding_system): Doc fix.
Reported by Johan Bockg?rd.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Wed, 18 Jul 2007 11:47:54 +0000 |
| parents | ae42ad5f89e6 |
| children | b98604865ea0 fd5b4a865d1d 492971a3f31f |
comparison
equal
deleted
inserted
replaced
| 81950:c76b4b56f9a6 | 81951:7aa1fc9d679a |
|---|---|
| 7472 file name to look up, and BUFFER is a buffer that contains the file's | 7472 file name to look up, and BUFFER is a buffer that contains the file's |
| 7473 contents (not yet decoded). If `file-coding-system-alist' specifies a | 7473 contents (not yet decoded). If `file-coding-system-alist' specifies a |
| 7474 function to call for FILENAME, that function should examine the | 7474 function to call for FILENAME, that function should examine the |
| 7475 contents of BUFFER instead of reading the file. | 7475 contents of BUFFER instead of reading the file. |
| 7476 | 7476 |
| 7477 usage: (find-operation-coding-system OPERATION ARGUMENTS ...) */) | 7477 usage: (find-operation-coding-system OPERATION ARGUMENTS...) */) |
| 7478 (nargs, args) | 7478 (nargs, args) |
| 7479 int nargs; | 7479 int nargs; |
| 7480 Lisp_Object *args; | 7480 Lisp_Object *args; |
| 7481 { | 7481 { |
| 7482 Lisp_Object operation, target_idx, target, val; | 7482 Lisp_Object operation, target_idx, target, val; |
