aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChong Yidong2012-09-21 11:03:48 +0800
committerChong Yidong2012-09-21 11:03:48 +0800
commitacfa068f4a1a4652b784af1d7aaac92929399249 (patch)
tree4d5aef916164ae9862e4c94f50a5e53bbe274e53 /doc
parenteb2deaffd17e760b3ec945c58d43080e8a44767a (diff)
parentd3fa327c47570a1767324d23d710504e90b083f9 (diff)
downloademacs-acfa068f4a1a4652b784af1d7aaac92929399249.tar.gz
emacs-acfa068f4a1a4652b784af1d7aaac92929399249.zip
Merge from emacs-24; up to 2012-05-07T14:57:18Z!michael.albinus@gmx.de
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/debugging.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 329c194f45a..6e4ffff3df6 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
12012-09-12 Glenn Morris <rgm@gnu.org>
2
3 * debugging.texi (Using Debugger): Fix typo.
4
12012-09-18 Chong Yidong <cyd@gnu.org> 52012-09-18 Chong Yidong <cyd@gnu.org>
2 6
3 * display.texi (Faces): Discuss anonymous faces. 7 * display.texi (Faces): Discuss anonymous faces.
diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi
index 5aeff576d09..2226db942d1 100644
--- a/doc/lispref/debugging.texi
+++ b/doc/lispref/debugging.texi
@@ -331,7 +331,7 @@ variable is temporarily set according to
331non-@code{nil}, @code{debug-on-error} will temporarily be set to 331non-@code{nil}, @code{debug-on-error} will temporarily be set to
332@code{t}. This means that any further errors that occur while doing a 332@code{t}. This means that any further errors that occur while doing a
333debugging session will (by default) trigger another backtrace. If 333debugging session will (by default) trigger another backtrace. If
334this is not want you want, you can either set 334this is not what you want, you can either set
335@code{eval-expression-debug-on-error} to @code{nil}, or set 335@code{eval-expression-debug-on-error} to @code{nil}, or set
336@code{debug-on-error} to @code{nil} in @code{debugger-mode-hook}. 336@code{debug-on-error} to @code{nil} in @code{debugger-mode-hook}.
337 337