From: Richard M. Stallman Date: Mon, 19 Mar 2007 05:30:35 +0000 (+0000) Subject: (Recording Input): recent-keys now gives 300 keys. X-Git-Tag: emacs-pretest-22.0.96~54 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=520a1273081fc361496a4e45c14bedbd6f2fb192;p=emacs.git (Recording Input): recent-keys now gives 300 keys. --- diff --git a/lispref/os.texi b/lispref/os.texi index 5c342df2a4d..9fde03b650c 100644 --- a/lispref/os.texi +++ b/lispref/os.texi @@ -1697,7 +1697,7 @@ is the character Emacs currently uses for quitting, usually @kbd{C-g}. @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.