changeset 37346:e80fc3e25af8

Add Lisp Debugger xref.
author Richard M. Stallman <rms@gnu.org>
date Sat, 14 Apr 2001 14:46:57 +0000
parents 29e5ed8a5a49
children bd817d6f9ba3
files man/building.texi
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/man/building.texi	Sat Apr 14 11:52:51 2001 +0000
+++ b/man/building.texi	Sat Apr 14 14:46:57 2001 +0000
@@ -254,6 +254,8 @@
 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.