Mercurial > emacs
comparison src/coding.c @ 40138:48875f4fda90
(Ffind_operation_coding_system): Add usage: string to doc string.
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Sun, 21 Oct 2001 15:20:20 +0000 |
| parents | 579177964efa |
| children | c8caba9185a1 |
comparison
equal
deleted
inserted
replaced
| 40137:5f0d7d58283b | 40138:48875f4fda90 |
|---|---|
| 6801 `file-coding-system-alist', `process-coding-system-alist',\n\ | 6801 `file-coding-system-alist', `process-coding-system-alist',\n\ |
| 6802 or `network-coding-system-alist' depending on OPERATION.\n\ | 6802 or `network-coding-system-alist' depending on OPERATION.\n\ |
| 6803 They may specify a coding system, a cons of coding systems,\n\ | 6803 They may specify a coding system, a cons of coding systems,\n\ |
| 6804 or a function symbol to call.\n\ | 6804 or a function symbol to call.\n\ |
| 6805 In the last case, we call the function with one argument,\n\ | 6805 In the last case, we call the function with one argument,\n\ |
| 6806 which is a list of all the arguments given to this function.") | 6806 which is a list of all the arguments given to this function.\n\ |
| 6807 \n\ | |
| 6808 usage: (find-operation-coding-system OPERATION ARGUMENTS ...)") | |
| 6807 (nargs, args) | 6809 (nargs, args) |
| 6808 int nargs; | 6810 int nargs; |
| 6809 Lisp_Object *args; | 6811 Lisp_Object *args; |
| 6810 { | 6812 { |
| 6811 Lisp_Object operation, target_idx, target, val; | 6813 Lisp_Object operation, target_idx, target, val; |
