From: Chong Yidong Date: Sun, 12 Feb 2012 09:51:03 +0000 (+0800) Subject: * debugging.texi (Debugger Commands): Continuing is now allowed for errors. X-Git-Tag: emacs-pretest-24.0.94~161 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=faccede13a670af32c47a7e1ab7635b6bf509474;p=emacs.git * debugging.texi (Debugger Commands): Continuing is now allowed for errors. --- diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index abe53ad0b0d..75103ff3cec 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -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 diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 146ff8b454d..c5848ca8b2d 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2012-02-12 Chong Yidong + + * debugging.texi (Debugger Commands): Continuing is now allowed + for errors. + 2012-02-11 Chong Yidong * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps. diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi index db5e4279dc7..6e7d0078e07 100644 --- a/doc/lispref/debugging.texi +++ b/doc/lispref/debugging.texi @@ -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 diff --git a/lisp/dired.el b/lisp/dired.el index 3962ef14aa4..b683cb15b88 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -4196,7 +4196,7 @@ instead. ;;;*** ;;;### (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" "\