* debugging.texi (Debugger Commands): Continuing is now allowed for errors.

This commit is contained in:
Chong Yidong 2012-02-12 17:51:03 +08:00
parent afd83bd152
commit faccede13a
4 changed files with 13 additions and 12 deletions

View 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

View 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.

View 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

View file

@ -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" "\