Mercurial > emacs
changeset 56571:bf7d2966022c
(Fcall_interactively): Doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 31 Jul 2004 15:50:46 +0000 |
parents | 059dc717baef |
children | b427147a826a |
files | src/callint.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/callint.c Sat Jul 31 15:45:30 2004 +0000 +++ b/src/callint.c Sat Jul 31 15:50:46 2004 +0000 @@ -256,7 +256,8 @@ 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. */) +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. */) (function, record_flag, keys) Lisp_Object function, record_flag, keys; {