summaryrefslogtreecommitdiff
path: root/src/coding.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2001-10-21 15:20:20 +0000
committerMiles Bader <miles@gnu.org>2001-10-21 15:20:20 +0000
commit3b5914c9d85df6add6fbb155802f745b49a86d2d (patch)
tree17f4afb3776a3dbb178a07f5f66b00b3b028cc32 /src/coding.c
parent908ee899bde41866d98189b545460410194d8624 (diff)
downloademacs-3b5914c9d85df6add6fbb155802f745b49a86d2d.tar.gz
(Ffind_operation_coding_system): Add usage: string to doc string.
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\
They may specify a coding system, a cons of coding systems,\n\
or a function symbol to call.\n\
In the last case, we call the function with one argument,\n\
-which is a list of all the arguments given to this function.")
+which is a list of all the arguments given to this function.\n\
+\n\
+usage: (find-operation-coding-system OPERATION ARGUMENTS ...)")
(nargs, args)
int nargs;
Lisp_Object *args;