From 22d7cb8974141c9131909eec112da4bae8ca3f91 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 15 Jan 1993 21:57:50 +0000 Subject: [PATCH] (Frecent_keys): Doc fix. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index 50e39fdabcf..3c139c68644 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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;