mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 04:47:34 +00:00
*** empty log message ***
This commit is contained in:
parent
c4ee45e5ba
commit
fd7b67ea6e
1 changed files with 1 additions and 1 deletions
|
|
@ -3050,7 +3050,7 @@ Actually, the value is nil only if we can be sure that no input is available.")
|
|||
}
|
||||
|
||||
DEFUN ("recent-keys", Frecent_keys, Srecent_keys, 0, 0, 0,
|
||||
"Return vector of last 100 chars read from terminal.")
|
||||
"Return a vector of last 100 events read from terminal.")
|
||||
()
|
||||
{
|
||||
Lisp_Object val;
|
||||
|
|
|
|||
Loading…
Reference in a new issue