From fc9c3ac9d6441589dcddac6e47e20a34fdd0223b Mon Sep 17 00:00:00 2001
From: Juanma Barranquero <lekktu@gmail.com>
Date: Mon, 16 Jul 2007 10:31:56 +0000
Subject: [PATCH] (Ffind_operation_coding_system): Doc fix.

---
 src/coding.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
2.39.5