From: Chong Yidong Date: Mon, 25 Sep 2006 15:28:58 +0000 (+0000) Subject: * callint.c (Fcall_interactively): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~344 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a95a27c8e3ae638e23b0c84a4fff9b490345575;p=emacs.git * callint.c (Fcall_interactively): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index b4e290044f7..5ba3aa07a65 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2006-09-25 Chong Yidong + + * callint.c (Fcall_interactively): Doc fix. + 2006-09-25 YAMAMOTO Mitsuharu * macterm.c (x_underline_at_descent_line): New variable. 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; {