From: Juanma Barranquero Date: Wed, 18 Jul 2007 11:47:54 +0000 (+0000) Subject: (Ffind_operation_coding_system): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~11852 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9ce1a9c4c5a1888e81418232209d89496fbd0cb4;p=emacs.git (Ffind_operation_coding_system): Doc fix. Reported by Johan Bockgård. --- diff --git a/src/coding.c b/src/coding.c index 122bb50f972..ad9536ec8c6 100644 --- a/src/coding.c +++ b/src/coding.c @@ -7474,7 +7474,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;