]> git.eshelyaron.com Git - emacs.git/commitdiff
(Debuggers): Add paragraph missed in previous change.
authorNick Roberts <nickrob@snap.net.nz>
Tue, 20 Jan 2009 05:27:31 +0000 (05:27 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Tue, 20 Jan 2009 05:27:31 +0000 (05:27 +0000)
doc/emacs/building.texi

index d6054dc61f983f01f932ec3a2765d24224e8058a..5b0e884c0ae61b10d00b879df4cc8e15a86ffed9 100644 (file)
@@ -463,6 +463,10 @@ interface, which only runs GDB (@pxref{GDB Graphical Interface}), GUD
 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.