From 9ce1a9c4c5a1888e81418232209d89496fbd0cb4 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 18 Jul 2007 11:47:54 +0000 Subject: [PATCH] =?utf8?q?(Ffind=5Foperation=5Fcoding=5Fsystem):=20Doc=20f?= =?utf8?q?ix.=20Reported=20by=20Johan=20Bockg=C3=A5rd.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/coding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5