diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index e4ecbf50f62..59592fdd09d 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -8400,7 +8400,7 @@ contents (not yet decoded). If `file-coding-system-alist' specifies a | |||
| 8400 | function to call for FILENAME, that function should examine the | 8400 | function to call for FILENAME, that function should examine the |
| 8401 | contents of BUFFER instead of reading the file. | 8401 | contents of BUFFER instead of reading the file. |
| 8402 | 8402 | ||
| 8403 | usage: (find-operation-coding-system OPERATION ARGUMENTS ...) */) | 8403 | usage: (find-operation-coding-system OPERATION ARGUMENTS...) */) |
| 8404 | (nargs, args) | 8404 | (nargs, args) |
| 8405 | int nargs; | 8405 | int nargs; |
| 8406 | Lisp_Object *args; | 8406 | Lisp_Object *args; |