]> code.delx.au - gnu-emacs/commitdiff
* debugging.texi (Debugger Commands): Continuing is now allowed for errors.
authorChong Yidong <cyd@gnu.org>
Sun, 12 Feb 2012 09:51:03 +0000 (17:51 +0800)
committerChong Yidong <cyd@gnu.org>
Sun, 12 Feb 2012 09:51:03 +0000 (17:51 +0800)
admin/FOR-RELEASE
doc/lispref/ChangeLog
doc/lispref/debugging.texi
lisp/dired.el

index abe53ad0b0d075ee3dd2816b344d94529e60fc61..75103ff3cecb1e23222358954eb8455f4e899d4e 100644 (file)
@@ -185,11 +185,11 @@ anti.texi
 back.texi
 backups.texi      
 buffers.texi      
-commands.texi     
+commands.texi     cyd
 compile.texi      cyd
 control.texi      cyd
 customize.texi    cyd
-debugging.texi    
+debugging.texi    cyd
 display.texi      
 edebug.texi
 elisp.texi
@@ -222,7 +222,7 @@ positions.texi
 processes.texi
 searching.texi    
 sequences.texi    cyd
-streams.texi      
+streams.texi      cyd
 strings.texi      cyd
 symbols.texi      cyd
 syntax.texi       
index 146ff8b454d4a816d3878a125e526ae499ab5d11..c5848ca8b2d93c2854250e11cac9949b446fbb5b 100644 (file)
@@ -1,3 +1,8 @@
+2012-02-12  Chong Yidong  <cyd@gnu.org>
+
+       * debugging.texi (Debugger Commands): Continuing is now allowed
+       for errors.
+
 2012-02-11  Chong Yidong  <cyd@gnu.org>
 
        * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
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
index 3962ef14aa42e2d3bb8b6b398e1c13252beaa29b..b683cb15b88a8d1b914d83ccea918beddbe030b4 100644 (file)
@@ -4196,7 +4196,7 @@ instead.
 ;;;***
 \f
 ;;;### (autoloads (dired-do-relsymlink dired-jump-other-window dired-jump)
-;;;;;;  "dired-x" "dired-x.el" "8d995933a8d82be3a8662d7eff7543cc")
+;;;;;;  "dired-x" "dired-x.el" "bc516591d881911d72b58eeed8816576")
 ;;; Generated autoloads from dired-x.el
 
 (autoload 'dired-jump "dired-x" "\