aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index 08da1ae3dbb..01fcfb08782 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -6803,7 +6803,9 @@ or `network-coding-system-alist' depending on OPERATION.\n\
6803They may specify a coding system, a cons of coding systems,\n\ 6803They may specify a coding system, a cons of coding systems,\n\
6804or a function symbol to call.\n\ 6804or a function symbol to call.\n\
6805In the last case, we call the function with one argument,\n\ 6805In the last case, we call the function with one argument,\n\
6806which is a list of all the arguments given to this function.") 6806which is a list of all the arguments given to this function.\n\
6807\n\
6808usage: (find-operation-coding-system OPERATION ARGUMENTS ...)")
6807 (nargs, args) 6809 (nargs, args)
6808 int nargs; 6810 int nargs;
6809 Lisp_Object *args; 6811 Lisp_Object *args;