# HG changeset patch # User Richard M. Stallman # Date 1174282235 0 # Node ID 688108e29e1bb2b7599e6c274d93ff5b5e059688 # Parent f7afa74d0783d45f0d01855cf038c525a69b0bf4 (Recording Input): recent-keys now gives 300 keys. diff -r f7afa74d0783 -r 688108e29e1b lispref/os.texi --- 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.