]> code.delx.au - gnu-emacs/blobdiff - etc/DEBUG
*** empty log message ***
[gnu-emacs] / etc / DEBUG
index eaa8ca6f20d238c88a2d367d918ed0b954c8b562..b905bf48ea77f91f239b534aacab6191cb4cfb2c 100644 (file)
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -1,7 +1,7 @@
 Debugging GNU Emacs
 
 Copyright (C) 1985, 2000, 2001, 2002, 2003, 2004,
-   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 See the end of the file for license conditions.
 
 
@@ -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