aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorJuanma Barranquero2007-07-18 11:47:54 +0000
committerJuanma Barranquero2007-07-18 11:47:54 +0000
commit9ce1a9c4c5a1888e81418232209d89496fbd0cb4 (patch)
tree8c8e949a456b03f61e4ea9d4d7501f153cb21197 /src/coding.c
parent656de71a2fdf042fb0633de2a16785b6134c1036 (diff)
downloademacs-9ce1a9c4c5a1888e81418232209d89496fbd0cb4.tar.gz
emacs-9ce1a9c4c5a1888e81418232209d89496fbd0cb4.zip
(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 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
7474function to call for FILENAME, that function should examine the 7474function to call for FILENAME, that function should examine the
7475contents of BUFFER instead of reading the file. 7475contents of BUFFER instead of reading the file.
7476 7476
7477usage: (find-operation-coding-system OPERATION ARGUMENTS ...) */) 7477usage: (find-operation-coding-system OPERATION ARGUMENTS...) */)
7478 (nargs, args) 7478 (nargs, args)
7479 int nargs; 7479 int nargs;
7480 Lisp_Object *args; 7480 Lisp_Object *args;