Mercurial > emacs
diff src/coding.c @ 78152:5e5f359984e5
(Ffind_operation_coding_system): Doc fix.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Mon, 16 Jul 2007 10:31:56 +0000 |
| parents | 3d45362f1d38 |
| children | 2b9404c2f01f |
line wrap: on
line diff
--- a/src/coding.c Mon Jul 16 10:23:31 2007 +0000 +++ b/src/coding.c Mon Jul 16 10:31:56 2007 +0000 @@ -7472,7 +7472,7 @@ function to call for FILENAME, that function should examine the contents of BUFFER instead of reading the file. -usage: (find-operation-coding-system OPERATION ARGUMENTS ...) */) +usage: (find-operation-coding-system OPERATION ARGUMENTS...) */) (nargs, args) int nargs; Lisp_Object *args;
