From fd7b67ea6e3414b7b2ae5e67efdd6f55587bceb2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 23 Jun 1992 20:44:54 +0000 Subject: [PATCH] *** empty log message *** --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index 2afccde9315..12d936ad0d8 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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;