From: Richard M. Stallman Date: Mon, 6 Jan 2003 01:04:56 +0000 (+0000) Subject: Reference Debugging, not Debugger, in Lisp ref man. X-Git-Tag: ttn-vms-21-2-B4~11822 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a27bff161631ce5fe913aa25142d2b7ba356033;p=emacs.git Reference Debugging, not Debugger, in Lisp ref man. --- diff --git a/man/building.texi b/man/building.texi index 5bc95f77789..9f8466eef68 100644 --- a/man/building.texi +++ b/man/building.texi @@ -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