# HG changeset patch # User Juanma Barranquero # Date 1184581916 0 # Node ID 5e5f359984e53267ea0f07fe88cbab70ff19f035 # Parent cd5b15b5cd2e06ebb348b933734376be003fe4e5 (Ffind_operation_coding_system): Doc fix. diff -r cd5b15b5cd2e -r 5e5f359984e5 src/coding.c --- 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;