diff options
| -rw-r--r-- | lispref/commands.texi | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/lispref/commands.texi b/lispref/commands.texi index 44f0807ea02..7a014080e89 100644 --- a/lispref/commands.texi +++ b/lispref/commands.texi | |||
| @@ -872,7 +872,7 @@ the current Emacs session. If a symbol has not yet been so used, | |||
| 872 | * Repeat Events:: Double and triple click (or drag, or down). | 872 | * Repeat Events:: Double and triple click (or drag, or down). |
| 873 | * Motion Events:: Just moving the mouse, not pushing a button. | 873 | * Motion Events:: Just moving the mouse, not pushing a button. |
| 874 | * Focus Events:: Moving the mouse between frames. | 874 | * Focus Events:: Moving the mouse between frames. |
| 875 | * Misc Events:: Other events window systems can generate. | 875 | * Misc Events:: Other events the system can generate. |
| 876 | * Event Examples:: Examples of the lists for mouse events. | 876 | * Event Examples:: Examples of the lists for mouse events. |
| 877 | * Classifying Events:: Finding the modifier keys in an event symbol. | 877 | * Classifying Events:: Finding the modifier keys in an event symbol. |
| 878 | Event types. | 878 | Event types. |
| @@ -1462,9 +1462,9 @@ so that the focus event comes either before or after the multi-event key | |||
| 1462 | sequence, and not within it. | 1462 | sequence, and not within it. |
| 1463 | 1463 | ||
| 1464 | @node Misc Events | 1464 | @node Misc Events |
| 1465 | @subsection Miscellaneous Window System Events | 1465 | @subsection Miscellaneous System Events |
| 1466 | 1466 | ||
| 1467 | A few other event types represent occurrences within the window system. | 1467 | A few other event types represent occurrences within the system. |
| 1468 | 1468 | ||
| 1469 | @table @code | 1469 | @table @code |
| 1470 | @cindex @code{delete-frame} event | 1470 | @cindex @code{delete-frame} event |
| @@ -1517,6 +1517,14 @@ The usual way to handle this event is by visiting these files. | |||
| 1517 | 1517 | ||
| 1518 | This kind of event is generated, at present, only on some kinds of | 1518 | This kind of event is generated, at present, only on some kinds of |
| 1519 | systems. | 1519 | systems. |
| 1520 | |||
| 1521 | @cindex @code{usr1-signal} event | ||
| 1522 | @cindex @code{usr2-signal} event | ||
| 1523 | @item usr1-signal | ||
| 1524 | @itemx usr2-signal | ||
| 1525 | These events are generated when the Emacs process receives the signals | ||
| 1526 | @code{SIGUSR1} and @code{SIGUSR2}. They contain no additional data | ||
| 1527 | because signals do not carry additional information. | ||
| 1520 | @end table | 1528 | @end table |
| 1521 | 1529 | ||
| 1522 | If one of these events arrives in the middle of a key sequence---that | 1530 | If one of these events arrives in the middle of a key sequence---that |