Mercurial > emacs
changeset 40643:184e0d756547
(Finteractive): Add usage to doc-string.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Fri, 02 Nov 2001 07:02:18 +0000 |
parents | 208e240d599a |
children | 4359f8c69261 |
files | src/callint.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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; {