diff options
Diffstat (limited to 'src')
| -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 6bb9f8225c9..b6bb3e486d8 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -7472,7 +7472,7 @@ contents (not yet decoded). If `file-coding-system-alist' specifies a | |||
| 7472 | function to call for FILENAME, that function should examine the | 7472 | function to call for FILENAME, that function should examine the |
| 7473 | contents of BUFFER instead of reading the file. | 7473 | contents of BUFFER instead of reading the file. |
| 7474 | 7474 | ||
| 7475 | usage: (find-operation-coding-system OPERATION ARGUMENTS ...) */) | 7475 | usage: (find-operation-coding-system OPERATION ARGUMENTS...) */) |
| 7476 | (nargs, args) | 7476 | (nargs, args) |
| 7477 | int nargs; | 7477 | int nargs; |
| 7478 | Lisp_Object *args; | 7478 | Lisp_Object *args; |