aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík2001-11-02 07:02:18 +0000
committerPavel Janík2001-11-02 07:02:18 +0000
commit84cc45a74cf19ca4e59010f4025aad719cb6f7c1 (patch)
tree8adb7950364c4d6aa81888f8036d424b96b418f4 /src
parentf9d1e467d22c63f8561d24894c12f41dc1cf4e2c (diff)
downloademacs-84cc45a74cf19ca4e59010f4025aad719cb6f7c1.tar.gz
emacs-84cc45a74cf19ca4e59010f4025aad719cb6f7c1.zip
(Finteractive): Add usage to doc-string.
Diffstat (limited to 'src')
-rw-r--r--src/callint.c3
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
121 which invoked the command for its first mouse click (or any other 121 which invoked the command for its first mouse click (or any other
122 event which specifies a window), and selects that window before 122 event which specifies a window), and selects that window before
123 reading any arguments. You may use both `@' and `*'; they are 123 reading any arguments. You may use both `@' and `*'; they are
124 processed in the order that they appear. */) 124 processed in the order that they appear.
125usage: (interactive ARGS) */)
125 (args) 126 (args)
126 Lisp_Object args; 127 Lisp_Object args;
127{ 128{