aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2012-02-04 13:58:00 -0800
committerGlenn Morris2012-02-04 13:58:00 -0800
commit7aa5aad87e3fcf57cfa5bacc38630048b9fc0295 (patch)
tree7f405589767d7b1052c35743cbe310a357e0ce20 /etc
parent1f5e1a1648da9f0e88926711dcede5cbd6330f7e (diff)
downloademacs-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/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1c9072d38af..67073cb1acf 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
1408of 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.