1
Fork 0
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:
Richard M. Stallman 1993-01-15 21:57:50 +00:00
parent 62c9fad7e2
commit 22d7cb8974

View file

@ -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;