comparison 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
comparison
equal deleted inserted replaced
76558:f7afa74d0783 76559:688108e29e1b
1695 1695
1696 @node Recording Input 1696 @node Recording Input
1697 @subsection Recording Input 1697 @subsection Recording Input
1698 1698
1699 @defun recent-keys 1699 @defun recent-keys
1700 This function returns a vector containing the last 100 input events from 1700 This function returns a vector containing the last 300 input events from
1701 the keyboard or mouse. All input events are included, whether or not 1701 the keyboard or mouse. All input events are included, whether or not
1702 they were used as parts of key sequences. Thus, you always get the last 1702 they were used as parts of key sequences. Thus, you always get the last
1703 100 input events, not counting events generated by keyboard macros. 1703 100 input events, not counting events generated by keyboard macros.
1704 (These are excluded because they are less interesting for debugging; it 1704 (These are excluded because they are less interesting for debugging; it
1705 should be enough to see the events that invoked the macros.) 1705 should be enough to see the events that invoked the macros.)