emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110620: * doc/lispref/os.texi (Recor


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110620: * doc/lispref/os.texi (Recording Input): Tiny fix.
Date: Mon, 22 Oct 2012 17:57:14 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110620
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-10-22 17:57:14 -0400
message:
  * doc/lispref/os.texi (Recording Input): Tiny fix.
modified:
  doc/lispref/ChangeLog
  doc/lispref/os.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-10-22 02:22:27 +0000
+++ b/doc/lispref/ChangeLog     2012-10-22 21:57:14 +0000
@@ -1,5 +1,7 @@
 2012-10-22  Glenn Morris  <address@hidden>
 
+       * 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.

=== modified file 'doc/lispref/os.texi'
--- a/doc/lispref/os.texi       2012-09-30 09:18:38 +0000
+++ b/doc/lispref/os.texi       2012-10-22 21:57:14 +0000
@@ -1963,7 +1963,7 @@
 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.)
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]