diff options
| author | Pavel Janík | 2001-11-02 07:02:18 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-11-02 07:02:18 +0000 |
| commit | 84cc45a74cf19ca4e59010f4025aad719cb6f7c1 (patch) | |
| tree | 8adb7950364c4d6aa81888f8036d424b96b418f4 /src | |
| parent | f9d1e467d22c63f8561d24894c12f41dc1cf4e2c (diff) | |
| download | emacs-84cc45a74cf19ca4e59010f4025aad719cb6f7c1.tar.gz emacs-84cc45a74cf19ca4e59010f4025aad719cb6f7c1.zip | |
(Finteractive): Add usage to doc-string.
Diffstat (limited to 'src')
| -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 | |||
| 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. |
| 125 | usage: (interactive ARGS) */) | ||
| 125 | (args) | 126 | (args) |
| 126 | Lisp_Object args; | 127 | Lisp_Object args; |
| 127 | { | 128 | { |