diff options
| author | Juanma Barranquero | 2007-07-18 11:47:54 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-07-18 11:47:54 +0000 |
| commit | 9ce1a9c4c5a1888e81418232209d89496fbd0cb4 (patch) | |
| tree | 8c8e949a456b03f61e4ea9d4d7501f153cb21197 /src/coding.c | |
| parent | 656de71a2fdf042fb0633de2a16785b6134c1036 (diff) | |
| download | emacs-9ce1a9c4c5a1888e81418232209d89496fbd0cb4.tar.gz emacs-9ce1a9c4c5a1888e81418232209d89496fbd0cb4.zip | |
(Ffind_operation_coding_system): Doc fix.
Reported by Johan Bockgård.
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 122bb50f972..ad9536ec8c6 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -7474,7 +7474,7 @@ contents (not yet decoded). If `file-coding-system-alist' specifies a | |||
| 7474 | function to call for FILENAME, that function should examine the | 7474 | function to call for FILENAME, that function should examine the |
| 7475 | contents of BUFFER instead of reading the file. | 7475 | contents of BUFFER instead of reading the file. |
| 7476 | 7476 | ||
| 7477 | usage: (find-operation-coding-system OPERATION ARGUMENTS ...) */) | 7477 | usage: (find-operation-coding-system OPERATION ARGUMENTS...) */) |
| 7478 | (nargs, args) | 7478 | (nargs, args) |
| 7479 | int nargs; | 7479 | int nargs; |
| 7480 | Lisp_Object *args; | 7480 | Lisp_Object *args; |