mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
`recent_keys' now holds last 300 keystrokes, not 100.
This commit is contained in:
parent
53f9dbebf0
commit
6d02b70b0a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user