diff options
author | Romain Francoise <romain@orebokech.com> | 2008-10-11 18:35:15 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2008-10-11 18:35:15 +0000 |
commit | 6d02b70b0a2ea4e00ee8805dfa039a8e1d34bd1f (patch) | |
tree | cdb45458c61d056cfb334d088146a50c91b7201f /etc/DEBUG | |
parent | 53f9dbebf0f7c7473ea3dbcdc80e980a93b8c404 (diff) | |
download | emacs-6d02b70b0a2ea4e00ee8805dfa039a8e1d34bd1f.tar.gz |
`recent_keys' now holds last 300 keystrokes, not 100.
Diffstat (limited to 'etc/DEBUG')
-rw-r--r-- | etc/DEBUG | 2 |
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 |