diff src/callint.c @ 73120:6d481bdb9779

* callint.c (Fcall_interactively): Doc fix.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 25 Sep 2006 15:28:58 +0000
parents 2bd7c2f5456f
children 82ed0adffca9 2d56e13fd23d bb0e318b7c53
line wrap: on
line diff
--- a/src/callint.c	Mon Sep 25 15:24:56 2006 +0000
+++ b/src/callint.c	Mon Sep 25 15:28:58 2006 +0000
@@ -257,9 +257,11 @@
 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;
 {