*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 23 Jun 1992 20:44:54 +0000 (20:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 23 Jun 1992 20:44:54 +0000 (20:44 +0000)
src/keyboard.c

index 2afccde..12d936a 100644 (file)
@@ -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;