From 6d02b70b0a2ea4e00ee8805dfa039a8e1d34bd1f Mon Sep 17 00:00:00 2001 From: Romain Francoise Date: Sat, 11 Oct 2008 18:35:15 +0000 Subject: [PATCH] `recent_keys' now holds last 300 keystrokes, not 100. --- etc/DEBUG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/DEBUG b/etc/DEBUG index eaa8ca6f20d..e97f37e0b15 100644 --- 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 -- 2.39.5