From: Glenn Morris Date: Mon, 22 Oct 2012 21:57:14 +0000 (-0400) Subject: * doc/lispref/os.texi (Recording Input): Tiny fix. X-Git-Tag: emacs-24.2.90~211^2~10 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f961c7d82bb50cea1e6425042c79c26d23dbc2f1;p=emacs.git * doc/lispref/os.texi (Recording Input): Tiny fix. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 4f8c8fdafc2..76d0452b9e7 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,5 +1,7 @@ 2012-10-22 Glenn Morris + * os.texi (Recording Input): Tiny fix. + * intro.texi (Lisp History): * lists.texi (Sets And Lists): Refer to cl-lib rather than cl. * tips.texi (Coding Conventions): Recommend cl-lib over cl. diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index 54754f8e5e9..d3c3c6fd241 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -1963,7 +1963,7 @@ is the character Emacs currently uses for quitting, usually @kbd{C-g}. 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. +300 input events, not counting events generated by keyboard macros. (These are excluded because they are less interesting for debugging; it should be enough to see the events that invoked the macros.)