diff options
-rw-r--r-- | src/callint.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/callint.c b/src/callint.c index 1299a82f6c6..30036ea5b3a 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; { |