summaryrefslogtreecommitdiff
path: root/src/coding.c
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-07-16 10:31:56 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-07-16 10:31:56 +0000
commitfc9c3ac9d6441589dcddac6e47e20a34fdd0223b (patch)
treed3fd3e589fa5edf0a640c9f17e09a074c44369ab /src/coding.c
parenta1aa5e1795cc2d5b5fe04f29acc62e0a5d58bbed (diff)
downloademacs-fc9c3ac9d6441589dcddac6e47e20a34fdd0223b.tar.gz
(Ffind_operation_coding_system): Doc fix.
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 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;