# HG changeset patch # User Juanma Barranquero # Date 1184759274 0 # Node ID 7aa1fc9d679ac69c565409dc0311ff7b3f337677 # Parent c76b4b56f9a658a991fb8db1477c77dda146a218 (Ffind_operation_coding_system): Doc fix. Reported by Johan Bockgrd. diff -r c76b4b56f9a6 -r 7aa1fc9d679a src/coding.c --- 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;