diff options
Diffstat (limited to 'doc/lispref/elisp.texi')
-rw-r--r-- | doc/lispref/elisp.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index a925f3865a4..42c3613dd0b 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi @@ -552,12 +552,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 |