changeset 76995:5abfe5939c01

Improve index entries. (Test Coverage): Add xref to other test coverage ftr.
author Richard M. Stallman <rms@gnu.org>
date Sat, 07 Apr 2007 01:56:05 +0000
parents 7bd09f792276
children 019484d911e6
files lispref/debugging.texi
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/debugging.texi	Sat Apr 07 01:55:20 2007 +0000
+++ b/lispref/debugging.texi	Sat Apr 07 01:56:05 2007 +0000
@@ -44,7 +44,7 @@
 
 @node Debugger
 @section The Lisp Debugger
-@cindex debugger
+@cindex debugger for Emacs Lisp
 @cindex Lisp debugger
 @cindex break
 
@@ -692,7 +692,7 @@
 not, there is a problem in that defun.
 
 @cindex unbalanced parentheses
-@cindex parentheses mismatch
+@cindex parenthesis mismatch, debugging
   However, unmatched parentheses are the most common syntax errors in
 Lisp, and we can give further advice for those cases.  (In addition,
 just moving point through the code with Show Paren mode enabled might
@@ -799,6 +799,10 @@
 never return.  If it ever does return, you get a run-time error.
 @end defmac
 
+  Edebug also has a coverage testing feature (@pxref{Coverage
+Testing}).  These features partly duplicate each other, and it would
+be cleaner to combine them.
+
 @node Compilation Errors
 @section Debugging Problems in Compilation
 @cindex debugging byte compilation problems