aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2007-07-18 11:47:54 +0000
committerJuanma Barranquero <[email protected]>2007-07-18 11:47:54 +0000
commit9ce1a9c4c5a1888e81418232209d89496fbd0cb4 (patch)
tree8c8e949a456b03f61e4ea9d4d7501f153cb21197 /src/coding.c
parent656de71a2fdf042fb0633de2a16785b6134c1036 (diff)
(Ffind_operation_coding_system): Doc fix.
Reported by Johan Bockgård.
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index 122bb50f97..ad9536ec8c 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;