From: Miles Bader Date: Sun, 21 Oct 2001 15:20:20 +0000 (+0000) Subject: (Ffind_operation_coding_system): Add usage: string to doc string. X-Git-Tag: ttn-vms-21-2-B4~19290 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a58d71cbdd1ce9a10bc25ae34ec1dbde16a6a3d7;p=emacs.git (Ffind_operation_coding_system): Add usage: string to doc string. --- 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;