]> git.eshelyaron.com Git - emacs.git/commitdiff
Reference Debugging, not Debugger, in Lisp ref man.
authorRichard M. Stallman <rms@gnu.org>
Mon, 6 Jan 2003 01:04:56 +0000 (01:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 6 Jan 2003 01:04:56 +0000 (01:04 +0000)
man/building.texi

index 5bc95f777891c6f768de253108fee85728b7fece..9f8466eef6894e15938b08699d0208aa34dbf374 100644 (file)
@@ -279,7 +279,7 @@ 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},
+@xref{Debugging,, The Lisp Debugger, elisp, the Emacs Lisp Reference Manual},
 for information on debugging Emacs Lisp programs.
 
 @menu