diff options
| author | Glenn Morris | 2012-11-10 17:16:25 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-11-10 17:16:25 -0800 |
| commit | 57fc0fee5fd12dd5b43323d127fea62040c01c79 (patch) | |
| tree | 7f00e1a6b890d786c36cae199b70f10a48cdea8c /doc/lispref/ChangeLog | |
| parent | 164f28b577c860f9a48733952fb5baaf8826eb9d (diff) | |
| download | emacs-57fc0fee5fd12dd5b43323d127fea62040c01c79.tar.gz emacs-57fc0fee5fd12dd5b43323d127fea62040c01c79.zip | |
Document debugger-bury-or-kill
* doc/lispref/debugging.texi (Using Debugger): Mention debugger-bury-or-kill.
* lisp/emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
* etc/NEWS: Related edit.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 0016258bcb5..9d101722388 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2012-11-11 Glenn Morris <rgm@gnu.org> | 1 | 2012-11-11 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * debugging.texi (Error Debugging): Mention debug-on-message. | 3 | * debugging.texi (Error Debugging): Mention debug-on-message. |
| 4 | (Using Debugger): Mention debugger-bury-or-kill. | ||
| 4 | 5 | ||
| 5 | * control.texi (Signaling Errors): | 6 | * control.texi (Signaling Errors): |
| 6 | * debugging.texi (Error Debugging): | 7 | * debugging.texi (Error Debugging): |