summaryrefslogtreecommitdiff
path: root/src/callint.c
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2006-09-25 15:28:58 +0000
committerChong Yidong <cyd@stupidchicken.com>2006-09-25 15:28:58 +0000
commit2a95a27c8e3ae638e23b0c84a4fff9b490345575 (patch)
tree3ad232e0c0d7c05d0c343100d277d289da91e16e /src/callint.c
parent84c67c0fb145f9d627820b65d6f5d4fb51456703 (diff)
downloademacs-2a95a27c8e3ae638e23b0c84a4fff9b490345575.tar.gz
* callint.c (Fcall_interactively): Doc fix.
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 4c8a5718cd9..392b6f00eec 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -257,9 +257,11 @@ See `interactive'.
Optional second arg RECORD-FLAG non-nil
means unconditionally put this command in the command-history.
Otherwise, this is done only if an arg is read using the minibuffer.
+
Optional third arg KEYS, if given, specifies the sequence of events to
-supply if the command inquires which events were used to invoke it.
-If KEYS is omitted or nil, the return value of `this-command-keys' is used. */)
+supply, as a vector, if the command inquires which events were used to
+invoke it. If KEYS is omitted or nil, the return value of
+`this-command-keys-vector' is used. */)
(function, record_flag, keys)
Lisp_Object function, record_flag, keys;
{