diff lispref/os.texi @ 76559:688108e29e1b

(Recording Input): recent-keys now gives 300 keys.
author Richard M. Stallman <rms@gnu.org>
date Mon, 19 Mar 2007 05:30:35 +0000
parents 8a08a4e02d74
children 4ad9a4e564f8 c0409ee15cee
line wrap: on
line diff
--- a/lispref/os.texi	Mon Mar 19 05:29:34 2007 +0000
+++ b/lispref/os.texi	Mon Mar 19 05:30:35 2007 +0000
@@ -1697,7 +1697,7 @@
 @subsection Recording Input
 
 @defun recent-keys
-This function returns a vector containing the last 100 input events from
+This function returns a vector containing the last 300 input events from
 the keyboard or mouse.  All input events are included, whether or not
 they were used as parts of key sequences.  Thus, you always get the last
 100 input events, not counting events generated by keyboard macros.