1
0
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:
Romain Francoise 2008-10-11 18:35:15 +00:00
parent 53f9dbebf0
commit 6d02b70b0a

View File

@ -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