emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/debugging.texi,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/debugging.texi,v
Date: Sat, 07 Apr 2007 01:56:05 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/04/07 01:56:05

Index: debugging.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/debugging.texi,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- debugging.texi      31 Mar 2007 17:27:34 -0000      1.39
+++ debugging.texi      7 Apr 2007 01:56:05 -0000       1.40
@@ -44,7 +44,7 @@
 
 @node Debugger
 @section The Lisp Debugger
address@hidden debugger
address@hidden debugger for Emacs Lisp
 @cindex Lisp debugger
 @cindex break
 
@@ -692,7 +692,7 @@
 not, there is a problem in that defun.
 
 @cindex unbalanced parentheses
address@hidden parentheses mismatch
address@hidden 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]