changeset 40138:48875f4fda90

(Ffind_operation_coding_system): Add usage: string to doc string.
author Miles Bader <miles@gnu.org>
date Sun, 21 Oct 2001 15:20:20 +0000
parents 5f0d7d58283b
children 0600331ddd52
files src/coding.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;