diff options
-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 |