From f961c7d82bb50cea1e6425042c79c26d23dbc2f1 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 22 Oct 2012 17:57:14 -0400 Subject: [PATCH] * doc/lispref/os.texi (Recording Input): Tiny fix. --- doc/lispref/ChangeLog | 2 ++ doc/lispref/os.texi | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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.) -- 2.39.2