mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21:51 -08:00
(Fcall_interactively): Doc fix.
This commit is contained in:
parent
0e91dc923a
commit
5581edf568
1 changed files with 2 additions and 1 deletions
|
|
@ -256,7 +256,8 @@ 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. */)
|
||||
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;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue