diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/debugging.texi | 2 |
2 files changed, 5 insertions, 1 deletions
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 @@ | |||
| 1 | 2012-09-12 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * debugging.texi (Using Debugger): Fix typo. | ||
| 4 | |||
| 1 | 2012-08-24 Chong Yidong <cyd@gnu.org> | 5 | 2012-08-24 Chong Yidong <cyd@gnu.org> |
| 2 | 6 | ||
| 3 | * Version 24.2 released. | 7 | * 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 | |||
| 327 | non-@code{nil}, @code{debug-on-error} will temporarily be set to | 327 | non-@code{nil}, @code{debug-on-error} will temporarily be set to |
| 328 | @code{t}. This means that any further errors that occur while doing a | 328 | @code{t}. This means that any further errors that occur while doing a |
| 329 | debugging session will (by default) trigger another backtrace. If | 329 | debugging session will (by default) trigger another backtrace. If |
| 330 | this is not want you want, you can either set | 330 | this is not what you want, you can either set |
| 331 | @code{eval-expression-debug-on-error} to @code{nil}, or set | 331 | @code{eval-expression-debug-on-error} to @code{nil}, or set |
| 332 | @code{debug-on-error} to @code{nil} in @code{debugger-mode-hook}. | 332 | @code{debug-on-error} to @code{nil} in @code{debugger-mode-hook}. |
| 333 | 333 | ||