mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-06 05:52:32 -08:00
(Frecent_keys): Doc fix.
This commit is contained in:
parent
62c9fad7e2
commit
22d7cb8974
1 changed files with 1 additions and 1 deletions
|
|
@ -3684,7 +3684,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 vector of last 100 events, not counting those from keyboard macros.")
|
||||
()
|
||||
{
|
||||
Lisp_Object *keys = XVECTOR (recent_keys)->contents;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue