From: Juanma Barranquero Date: Mon, 16 Jul 2007 10:31:56 +0000 (+0000) Subject: (Ffind_operation_coding_system): Doc fix. X-Git-Tag: emacs-pretest-22.1.90~1251 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fc9c3ac9d6441589dcddac6e47e20a34fdd0223b;p=emacs.git (Ffind_operation_coding_system): Doc fix. --- diff --git a/src/coding.c b/src/coding.c index 6bb9f8225c9..b6bb3e486d8 100644 --- a/src/coding.c +++ b/src/coding.c @@ -7472,7 +7472,7 @@ contents (not yet decoded). If `file-coding-system-alist' specifies a 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;