diff options
Diffstat (limited to 'doc/lispref/commands.texi')
| -rw-r--r-- | doc/lispref/commands.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index d25f0093618..25f657404f3 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi | |||
| @@ -1845,6 +1845,13 @@ is, after a prefix key---then Emacs reorders the events so that this | |||
| 1845 | event comes either before or after the multi-event key sequence, not | 1845 | event comes either before or after the multi-event key sequence, not |
| 1846 | within it. | 1846 | within it. |
| 1847 | 1847 | ||
| 1848 | Some of these special events, such as @code{delete-frame}, invoke | ||
| 1849 | Emacs commands by default; others are not bound. If you want to | ||
| 1850 | arrange for a special event to invoke a command, you can do that via | ||
| 1851 | @code{special-event-map}. The command you bind to a function key in | ||
| 1852 | that map can then examine the full event which invoked it in | ||
| 1853 | @code{last-input-event}. @xref{Special Events}. | ||
| 1854 | |||
| 1848 | @node Event Examples | 1855 | @node Event Examples |
| 1849 | @subsection Event Examples | 1856 | @subsection Event Examples |
| 1850 | 1857 | ||