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 2b7a7422d5c..52fe696b23d 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -7482,7 +7482,7 @@ contents (not yet decoded). If `file-coding-system-alist' specifies a | |||
| 7482 | function to call for FILENAME, that function should examine the | 7482 | function to call for FILENAME, that function should examine the |
| 7483 | contents of BUFFER instead of reading the file. | 7483 | contents of BUFFER instead of reading the file. |
| 7484 | 7484 | ||
| 7485 | usage: (find-operation-coding-system OPERATION ARGUMENTS ...) */) | 7485 | usage: (find-operation-coding-system OPERATION ARGUMENTS...) */) |
| 7486 | (nargs, args) | 7486 | (nargs, args) |
| 7487 | int nargs; | 7487 | int nargs; |
| 7488 | Lisp_Object *args; | 7488 | Lisp_Object *args; |