# HG changeset patch # User Richard M. Stallman # Date 1175910965 0 # Node ID 5abfe5939c01c25589b2892359a5c631743d07a8 # Parent 7bd09f7922765e6fa371901bb71944ff42719420 Improve index entries. (Test Coverage): Add xref to other test coverage ftr. diff -r 7bd09f792276 -r 5abfe5939c01 lispref/debugging.texi --- 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