]> git.eshelyaron.com Git - emacs.git/commitdiff
Add Lisp Debugger xref.
authorRichard M. Stallman <rms@gnu.org>
Sat, 14 Apr 2001 14:46:57 +0000 (14:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 14 Apr 2001 14:46:57 +0000 (14:46 +0000)
man/building.texi

index 239a5b5a43c060addd352615ad56478d3e02777d..462a74ecfee901290beead5feb87474945f8f50b 100644 (file)
@@ -254,6 +254,8 @@ various symbolic debuggers from within Emacs.  We recommend the debugger
 GDB, which is free software, but you can also run DBX, SDB or XDB if you
 have them.  GUD can also serve as an interface to the Perl's debugging
 mode, the Python debugger PDB, and to JDB, the Java Debugger.
+@xref{Debugger,, The Lisp Debugger, elisp, the Emacs Lisp Reference Manual},
+for information on debugging Emacs Lisp programs.
 
 @menu
 * Starting GUD::       How to start a debugger subprocess.