Reference Debugging, not Debugger, in Lisp ref man.

This commit is contained in:
Richard M. Stallman 2003-01-06 01:04:56 +00:00
parent 4fc3142715
commit 6a27bff161

View 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