aboutsummaryrefslogtreecommitdiffstats
path: root/src/callint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/callint.c')
-rw-r--r--src/callint.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/callint.c b/src/callint.c
index e48168db164..5c54cdcaf48 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -257,9 +257,11 @@ See `interactive'.
257Optional second arg RECORD-FLAG non-nil 257Optional second arg RECORD-FLAG non-nil
258means unconditionally put this command in the command-history. 258means unconditionally put this command in the command-history.
259Otherwise, this is done only if an arg is read using the minibuffer. 259Otherwise, this is done only if an arg is read using the minibuffer.
260
260Optional third arg KEYS, if given, specifies the sequence of events to 261Optional third arg KEYS, if given, specifies the sequence of events to
261supply if the command inquires which events were used to invoke it. 262supply, as a vector, if the command inquires which events were used to
262If KEYS is omitted or nil, the return value of `this-command-keys' is used. */) 263invoke it. If KEYS is omitted or nil, the return value of
264`this-command-keys-vector' is used. */)
263 (function, record_flag, keys) 265 (function, record_flag, keys)
264 Lisp_Object function, record_flag, keys; 266 Lisp_Object function, record_flag, keys;
265{ 267{