aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKim F. Storm2006-12-19 15:41:51 +0000
committerKim F. Storm2006-12-19 15:41:51 +0000
commit36ff6d6ffba8b1d290046912f17a068d92803acd (patch)
tree2df38f0a0bb35dc26ac24b54adfcdf58aae2b548 /etc
parent653a91004559715cb3fe395a667ba769c77b78fd (diff)
downloademacs-36ff6d6ffba8b1d290046912f17a068d92803acd.tar.gz
emacs-36ff6d6ffba8b1d290046912f17a068d92803acd.zip
*** empty log message ***
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 ea246706481..75d4f212a67 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3815,7 +3815,9 @@ there is no longer a shortage of memory.
3815 3815
3816+++ 3816+++
3817** When Emacs receives a USR1 or USR2 signal, this generates 3817** When Emacs receives a USR1 or USR2 signal, this generates
3818input event sequences: [signal usr1] or [signal usr2]. 3818input events: sigusr1 or sigusr2. Use special-event-map to
3819handle these events.
3820
3819 3821
3820* Lisp Changes in Emacs 22.1 3822* Lisp Changes in Emacs 22.1
3821 3823