* src/keyboard.c (Fclear_this_command_keys): Doc fix.
This commit is contained in:
parent
b9abf5ceb2
commit
0121db2702
1 changed files with 1 additions and 1 deletions
|
@ -10539,7 +10539,7 @@ The value is always a vector. */)
|
||||||
DEFUN ("clear-this-command-keys", Fclear_this_command_keys,
|
DEFUN ("clear-this-command-keys", Fclear_this_command_keys,
|
||||||
Sclear_this_command_keys, 0, 1, 0,
|
Sclear_this_command_keys, 0, 1, 0,
|
||||||
doc: /* Clear out the vector that `this-command-keys' returns.
|
doc: /* Clear out the vector that `this-command-keys' returns.
|
||||||
Also clear the record of the last 100 events, unless optional arg
|
Also clear the record of the last 300 input events, unless optional arg
|
||||||
KEEP-RECORD is non-nil. */)
|
KEEP-RECORD is non-nil. */)
|
||||||
(Lisp_Object keep_record)
|
(Lisp_Object keep_record)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue