changeset 101309:534055932393

(Debuggers): Add paragraph missed in previous change.
author Nick Roberts <nickrob@snap.net.nz>
date Tue, 20 Jan 2009 05:27:31 +0000
parents 4d93a301c2e4
children 96dc06a1e432
files doc/emacs/building.texi
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.