diff etc/DEBUG @ 98620:9c8d02adc5c4

`recent_keys' now holds last 300 keystrokes, not 100.
author Romain Francoise <romain@orebokech.com>
date Sat, 11 Oct 2008 18:35:15 +0000
parents cbf5528cf447
children c90853557b90
line wrap: on
line diff
--- a/etc/DEBUG	Sat Oct 11 17:37:29 2008 +0000
+++ b/etc/DEBUG	Sat Oct 11 18:35:15 2008 +0000
@@ -180,7 +180,7 @@
 
 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