mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
`recent_keys' now holds last 300 keystrokes, not 100.
This commit is contained in:
parent
53f9dbebf0
commit
6d02b70b0a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue