diff options
| author | Chong Yidong | 2012-09-21 11:03:48 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-09-21 11:03:48 +0800 |
| commit | acfa068f4a1a4652b784af1d7aaac92929399249 (patch) | |
| tree | 4d5aef916164ae9862e4c94f50a5e53bbe274e53 /doc | |
| parent | eb2deaffd17e760b3ec945c58d43080e8a44767a (diff) | |
| parent | d3fa327c47570a1767324d23d710504e90b083f9 (diff) | |
| download | emacs-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/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 329c194f45a..6e4ffff3df6 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-09-18 Chong Yidong <cyd@gnu.org> | 5 | 2012-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 | |||
| 331 | non-@code{nil}, @code{debug-on-error} will temporarily be set to | 331 | non-@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 |
| 333 | debugging session will (by default) trigger another backtrace. If | 333 | debugging session will (by default) trigger another backtrace. If |
| 334 | this is not want you want, you can either set | 334 | this 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 | ||