]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/debugging.texi
Updates to Documentation chapter of Lisp manual.
[gnu-emacs] / doc / lispref / debugging.texi
index db5e4279dc79d8c2c555a8a3073cbb1132b5710a..6e7d0078e07ac028b893bdc8f7c0ad40c9ac7d0e 100644 (file)
@@ -370,14 +370,10 @@ to step through a primitive function.
 
 @table @kbd
 @item c
-Exit the debugger and continue execution.  When continuing is possible,
-it resumes execution of the program as if the debugger had never been
-entered (aside from any side-effects that you caused by changing
-variable values or data structures while inside the debugger).
-
-Continuing is possible after entry to the debugger due to function entry
-or exit, explicit invocation, or quitting.  You cannot continue if the
-debugger was entered because of an error.
+Exit the debugger and continue execution.  This resumes execution of
+the program as if the debugger had never been entered (aside from any
+side-effects that you caused by changing variable values or data
+structures while inside the debugger).
 
 @item d
 Continue execution, but enter the debugger the next time any Lisp