# HG changeset patch # User Nick Roberts # Date 1232429251 0 # Node ID 534055932393b78ba7ce5b2131a7be3fff19e611 # Parent 4d93a301c2e4bfb36291a07a43e49107320f25c8 (Debuggers): Add paragraph missed in previous change. diff -r 4d93a301c2e4 -r 534055932393 doc/emacs/building.texi --- a/doc/emacs/building.texi Tue Jan 20 05:20:40 2009 +0000 +++ b/doc/emacs/building.texi Tue Jan 20 05:27:31 2009 +0000 @@ -463,6 +463,10 @@ can also run DBX, SDB, XDB, Perl's debugging mode, the Python debugger PDB, or the Java Debugger JDB. + In addition, Emacs contains a built-in system for debugging Emacs +Lisp programs. @xref{Debugging,, The Lisp Debugger, elisp, the Emacs +Lisp Reference Manual}, for information on the Emacs Lisp debugger. + @menu * Starting GUD:: How to start a debugger subprocess. * Debugger Operation:: Connection between the debugger and source buffers.