From 1bfe31778b5f4a393d3d0e307c99f507bdf185fb Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 11 Sep 2012 22:18:43 -0400 Subject: [PATCH] * doc/lispref/debugging.texi (Using Debugger): Fix typo. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/debugging.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index f283a3d9363..e9764332bdb 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2012-09-12 Glenn Morris + + * debugging.texi (Using Debugger): Fix typo. + 2012-08-24 Chong Yidong * Version 24.2 released. diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi index 885766bd1cc..892fe5ac447 100644 --- a/doc/lispref/debugging.texi +++ b/doc/lispref/debugging.texi @@ -327,7 +327,7 @@ variable is temporarily set according to non-@code{nil}, @code{debug-on-error} will temporarily be set to @code{t}. This means that any further errors that occur while doing a debugging session will (by default) trigger another backtrace. If -this is not want you want, you can either set +this is not what you want, you can either set @code{eval-expression-debug-on-error} to @code{nil}, or set @code{debug-on-error} to @code{nil} in @code{debugger-mode-hook}. -- 2.39.2