Mercurial > emacs
changeset 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 | f7afa74d0783 |
children | b8e7b9e517f7 |
files | lispref/os.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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.