aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/DEBUG2
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:
180 180
181Here's a related example of macros and the GDB `define' command. 181Here's a related example of macros and the GDB `define' command.
182There are many Lisp vectors such as `recent_keys', which contains the 182There are many Lisp vectors such as `recent_keys', which contains the
183last 100 keystrokes. We can print this Lisp vector 183last 300 keystrokes. We can print this Lisp vector
184 184
185p recent_keys 185p recent_keys
186pr 186pr