aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorMiles Bader2001-10-21 15:20:20 +0000
committerMiles Bader2001-10-21 15:20:20 +0000
commita58d71cbdd1ce9a10bc25ae34ec1dbde16a6a3d7 (patch)
tree4a70010d4b69482b399ee0011366759c50012d05 /src/coding.c
parent9f5a911b46577a2d573794ded1bd883685e901da (diff)
downloademacs-a58d71cbdd1ce9a10bc25ae34ec1dbde16a6a3d7.tar.gz
emacs-a58d71cbdd1ce9a10bc25ae34ec1dbde16a6a3d7.zip
(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\
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;