Mercurial > emacs
changeset 73120:6d481bdb9779
* callint.c (Fcall_interactively): Doc fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 25 Sep 2006 15:28:58 +0000 |
parents | f505b8287f94 |
children | 9c30f6865f5f |
files | src/ChangeLog src/callint.c |
diffstat | 2 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <cyd@stupidchicken.com> + + * callint.c (Fcall_interactively): Doc fix. + 2006-09-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> * macterm.c (x_underline_at_descent_line): New variable.
--- 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; {