(Ffind_operation_coding_system): Add usage: string to doc string.
This commit is contained in:
parent
9f5a911b46
commit
a58d71cbdd
1 changed files with 3 additions and 1 deletions
|
@ -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\
|
They may specify a coding system, a cons of coding systems,\n\
|
||||||
or a function symbol to call.\n\
|
or a function symbol to call.\n\
|
||||||
In the last case, we call the function with one argument,\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)
|
(nargs, args)
|
||||||
int nargs;
|
int nargs;
|
||||||
Lisp_Object *args;
|
Lisp_Object *args;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue