From: Pavel Janík Date: Fri, 2 Nov 2001 07:02:18 +0000 (+0000) Subject: (Finteractive): Add usage to doc-string. X-Git-Url: https://git.hcoop.net/bpt/emacs.git/commitdiff_plain/84cc45a74cf19ca4e59010f4025aad719cb6f7c1 (Finteractive): Add usage to doc-string. --- diff --git a/src/callint.c b/src/callint.c index 1299a82f6c..30036ea5b3 100644 --- a/src/callint.c +++ b/src/callint.c @@ -121,7 +121,8 @@ If the string begins with `@', then Emacs searches the key sequence 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; {