]> code.delx.au - gnu-emacs/blobdiff - etc/DEBUG
* nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
[gnu-emacs] / etc / DEBUG
index eaa8ca6f20d238c88a2d367d918ed0b954c8b562..334daa36eac062526a1c86576278dc228c991669 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.
+Copyright (C) 1985, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+  2008, 2009, 2010  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