diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 08da1ae3dbb..01fcfb08782 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -6803,7 +6803,9 @@ 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; |