Update Debugging chapter of Lisp manual.
[bpt/emacs.git] / doc / lispref / vol1.texi
index 31055bd..cc96726 100644 (file)
@@ -572,12 +572,10 @@ Advising Emacs Lisp Functions
 
 Debugging Lisp Programs
 
-* Debugger::                How the Emacs Lisp debugger is implemented.
+* Debugger::                A debugger for the Emacs Lisp evaluator.
 * Edebug::                  A source-level Emacs Lisp debugger.
 * Syntax Errors::           How to find syntax errors.
 * Test Coverage::           Ensuring you have tested all branches in your code.
-* Compilation Errors::      How to find errors that show up in
-                              byte compilation.
 
 The Lisp Debugger