(Finteractive): Add usage to doc-string.

This commit is contained in:
Pavel Janík 2001-11-02 07:02:18 +00:00
parent f9d1e467d2
commit 84cc45a74c

View file

@ -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;
{