`recent_keys' now holds last 300 keystrokes, not 100.
authorRomain Francoise <romain@orebokech.com>
Sat, 11 Oct 2008 18:35:15 +0000 (18:35 +0000)
committerRomain Francoise <romain@orebokech.com>
Sat, 11 Oct 2008 18:35:15 +0000 (18:35 +0000)
etc/DEBUG

index eaa8ca6..e97f37e 100644 (file)
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -180,7 +180,7 @@ to get the same result.  Here is how:
 
 Here's a related example of macros and the GDB `define' command.
 There are many Lisp vectors such as `recent_keys', which contains the
-last 100 keystrokes.  We can print this Lisp vector
+last 300 keystrokes.  We can print this Lisp vector
 
 p recent_keys
 pr