* doc/lispref/os.texi (Recording Input): Tiny fix.
authorGlenn Morris <rgm@gnu.org>
Mon, 22 Oct 2012 21:57:14 +0000 (17:57 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 22 Oct 2012 21:57:14 +0000 (17:57 -0400)
doc/lispref/ChangeLog
doc/lispref/os.texi

index 4f8c8fd..76d0452 100644 (file)
@@ -1,5 +1,7 @@
 2012-10-22  Glenn Morris  <rgm@gnu.org>
 
+       * 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.
index 54754f8..d3c3c6f 100644 (file)
@@ -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.)