diff options
| author | Glenn Morris | 2012-09-11 22:18:43 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-09-11 22:18:43 -0400 |
| commit | 1bfe31778b5f4a393d3d0e307c99f507bdf185fb (patch) | |
| tree | 3113c822600efd7f0b5e0df087f42279060e1e61 /doc/lispref/debugging.texi | |
| parent | d02e58f8daf5a9f3d2b7912871b57868a7ba49b7 (diff) | |
| download | emacs-1bfe31778b5f4a393d3d0e307c99f507bdf185fb.tar.gz emacs-1bfe31778b5f4a393d3d0e307c99f507bdf185fb.zip | |
* doc/lispref/debugging.texi (Using Debugger): Fix typo.
Diffstat (limited to 'doc/lispref/debugging.texi')
| -rw-r--r-- | doc/lispref/debugging.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||