diff options
| author | Glenn Morris | 2012-02-04 13:58:00 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-04 13:58:00 -0800 |
| commit | 7aa5aad87e3fcf57cfa5bacc38630048b9fc0295 (patch) | |
| tree | 7f405589767d7b1052c35743cbe310a357e0ce20 /etc | |
| parent | 1f5e1a1648da9f0e88926711dcede5cbd6330f7e (diff) | |
| download | emacs-7aa5aad87e3fcf57cfa5bacc38630048b9fc0295.tar.gz emacs-7aa5aad87e3fcf57cfa5bacc38630048b9fc0295.zip | |
Document debug-on-event
* doc/lispref/debugging.texi (Error Debugging): Mention debug-on-event.
* doc/lispref/commands.texi (Misc Events): Mention sigusr1,2 and debugging.
* etc/NEWS: Related edit.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -1403,7 +1403,9 @@ as well as those in the -*- line. | |||
| 1403 | 1403 | ||
| 1404 | ** keymaps can inherit from multiple parents. | 1404 | ** keymaps can inherit from multiple parents. |
| 1405 | 1405 | ||
| 1406 | ** `debug-on-event' lets you debug Emacs when stuck because of inhibit-quit. | 1406 | +++ |
| 1407 | ** Set `debug-on-event' to make Emacs enter the debugger e.g. on receipt | ||
| 1408 | of SIGUSR1. This can be useful when `inhibit-quit' is set. | ||
| 1407 | 1409 | ||
| 1408 | +++ | 1410 | +++ |
| 1409 | ** New reader macro ## which stands for the empty symbol. | 1411 | ** New reader macro ## which stands for the empty symbol. |