diff options
| -rw-r--r-- | etc/DEBUG | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -180,7 +180,7 @@ to get the same result. Here is how: | |||
| 180 | 180 | ||
| 181 | Here's a related example of macros and the GDB `define' command. | 181 | Here's a related example of macros and the GDB `define' command. |
| 182 | There are many Lisp vectors such as `recent_keys', which contains the | 182 | There are many Lisp vectors such as `recent_keys', which contains the |
| 183 | last 100 keystrokes. We can print this Lisp vector | 183 | last 300 keystrokes. We can print this Lisp vector |
| 184 | 184 | ||
| 185 | p recent_keys | 185 | p recent_keys |
| 186 | pr | 186 | pr |