[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107260: * debugging.texi (Debugger C
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107260: * debugging.texi (Debugger Commands): Continuing is now allowed for errors. |
Date: |
Sun, 12 Feb 2012 17:51:03 +0800 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107260
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sun 2012-02-12 17:51:03 +0800
message:
* debugging.texi (Debugger Commands): Continuing is now allowed for errors.
modified:
admin/FOR-RELEASE
doc/lispref/ChangeLog
doc/lispref/debugging.texi
lisp/dired.el
=== modified file 'admin/FOR-RELEASE'
--- a/admin/FOR-RELEASE 2012-02-10 15:50:11 +0000
+++ b/admin/FOR-RELEASE 2012-02-12 09:51:03 +0000
@@ -185,11 +185,11 @@
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 @@
processes.texi
searching.texi
sequences.texi cyd
-streams.texi
+streams.texi cyd
strings.texi cyd
symbols.texi cyd
syntax.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog 2012-02-11 14:56:54 +0000
+++ b/doc/lispref/ChangeLog 2012-02-12 09:51:03 +0000
@@ -1,3 +1,8 @@
+2012-02-12 Chong Yidong <address@hidden>
+
+ * debugging.texi (Debugger Commands): Continuing is now allowed
+ for errors.
+
2012-02-11 Chong Yidong <address@hidden>
* display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
=== modified file 'doc/lispref/debugging.texi'
--- a/doc/lispref/debugging.texi 2012-02-11 06:17:22 +0000
+++ b/doc/lispref/debugging.texi 2012-02-12 09:51:03 +0000
@@ -370,14 +370,10 @@
@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
=== modified file 'lisp/dired.el'
--- a/lisp/dired.el 2012-01-27 21:40:44 +0000
+++ b/lisp/dired.el 2012-02-12 09:51:03 +0000
@@ -4196,7 +4196,7 @@
;;;***
;;;### (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" "\
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107260: * debugging.texi (Debugger Commands): Continuing is now allowed for errors.,
Chong Yidong <=