# HG changeset patch # User Pavel Jank # Date 1004684538 0 # Node ID 184e0d7565471cb6f2937b3c0133297041c12d9c # Parent 208e240d599aa39aa87b3f55b5bb5542ccc14fb0 (Finteractive): Add usage to doc-string. diff -r 208e240d599a -r 184e0d756547 src/callint.c --- a/src/callint.c Fri Nov 02 07:01:47 2001 +0000 +++ b/src/callint.c Fri Nov 02 07:02:18 2001 +0000 @@ -121,7 +121,8 @@ which invoked the command for its first mouse click (or any other event which specifies a window), and selects that window before reading any arguments. You may use both `@' and `*'; they are - processed in the order that they appear. */) + processed in the order that they appear. +usage: (interactive ARGS) */) (args) Lisp_Object args; {