# HG changeset patch # User Richard M. Stallman # Date 1088118511 0 # Node ID 70734e473dc039e5a872e116e2d4e5f82bf1ba42 # Parent caae4c07c40cb404ade8442820f1d94e666e8a08 (Misc Events): Describe usr1-signal, usr2-signal event. diff -r caae4c07c40c -r 70734e473dc0 lispref/commands.texi --- a/lispref/commands.texi Thu Jun 24 22:03:52 2004 +0000 +++ b/lispref/commands.texi Thu Jun 24 23:08:31 2004 +0000 @@ -872,7 +872,7 @@ * Repeat Events:: Double and triple click (or drag, or down). * Motion Events:: Just moving the mouse, not pushing a button. * Focus Events:: Moving the mouse between frames. -* Misc Events:: Other events window systems can generate. +* Misc Events:: Other events the system can generate. * Event Examples:: Examples of the lists for mouse events. * Classifying Events:: Finding the modifier keys in an event symbol. Event types. @@ -1462,9 +1462,9 @@ sequence, and not within it. @node Misc Events -@subsection Miscellaneous Window System Events - -A few other event types represent occurrences within the window system. +@subsection Miscellaneous System Events + +A few other event types represent occurrences within the system. @table @code @cindex @code{delete-frame} event @@ -1517,6 +1517,14 @@ This kind of event is generated, at present, only on some kinds of systems. + +@cindex @code{usr1-signal} event +@cindex @code{usr2-signal} event +@item usr1-signal +@itemx usr2-signal +These events are generated when the Emacs process receives the signals +@code{SIGUSR1} and @code{SIGUSR2}. They contain no additional data +because signals do not carry additional information. @end table If one of these events arrives in the middle of a key sequence---that