# HG changeset patch # User Miles Bader # Date 1003677620 0 # Node ID 48875f4fda908d2c00a26f46698a40367c99be6c # Parent 5f0d7d58283bba3f5b91f11e6d0440c7c8e3c49b (Ffind_operation_coding_system): Add usage: string to doc string. diff -r 5f0d7d58283b -r 48875f4fda90 src/coding.c --- a/src/coding.c Sun Oct 21 15:20:03 2001 +0000 +++ b/src/coding.c Sun Oct 21 15:20:20 2001 +0000 @@ -6803,7 +6803,9 @@ 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;