aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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{