Mercurial > emacs
diff src/coding.c @ 81951:7aa1fc9d679a
(Ffind_operation_coding_system): Doc fix.
Reported by Johan Bockg?rd.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Wed, 18 Jul 2007 11:47:54 +0000 |
| parents | ae42ad5f89e6 |
| children | b98604865ea0 fd5b4a865d1d 492971a3f31f |
line wrap: on
line diff
--- a/src/coding.c Wed Jul 18 10:47:04 2007 +0000 +++ b/src/coding.c Wed Jul 18 11:47:54 2007 +0000 @@ -7474,7 +7474,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;
