summaryrefslogtreecommitdiff
path: root/etc/DEBUG
diff options
context:
space:
mode:
authorRomain Francoise <romain@orebokech.com>2008-10-11 18:35:15 +0000
committerRomain Francoise <romain@orebokech.com>2008-10-11 18:35:15 +0000
commit6d02b70b0a2ea4e00ee8805dfa039a8e1d34bd1f (patch)
treecdb45458c61d056cfb334d088146a50c91b7201f /etc/DEBUG
parent53f9dbebf0f7c7473ea3dbcdc80e980a93b8c404 (diff)
downloademacs-6d02b70b0a2ea4e00ee8805dfa039a8e1d34bd1f.tar.gz
`recent_keys' now holds last 300 keystrokes, not 100.
Diffstat (limited to 'etc/DEBUG')
-rw-r--r--etc/DEBUG2
1 files changed, 1 insertions, 1 deletions
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