# HG changeset patch # User Chong Yidong # Date 1159198138 0 # Node ID 6d481bdb97794fa10b9305cfc535ae73aa5e41e8 # Parent f505b8287f94eb8549e1dd350c5752d85cae0245 * callint.c (Fcall_interactively): Doc fix. diff -r f505b8287f94 -r 6d481bdb9779 src/ChangeLog --- a/src/ChangeLog Mon Sep 25 15:24:56 2006 +0000 +++ b/src/ChangeLog Mon Sep 25 15:28:58 2006 +0000 @@ -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 -r f505b8287f94 -r 6d481bdb9779 src/callint.c --- 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; {