diff options
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/commands.texi | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index bf667341575..1eb580e1e0f 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi | |||
| @@ -2920,18 +2920,6 @@ this expression) remains the value of @code{last-command-event}. | |||
| 2920 | @end example | 2920 | @end example |
| 2921 | @end defvar | 2921 | @end defvar |
| 2922 | 2922 | ||
| 2923 | @defvar input-event-functions | ||
| 2924 | This variable holds a list of functions to call after Emacs reads an | ||
| 2925 | event, but before any commands are run. Each function receives a | ||
| 2926 | single argument: the event that has been read. | ||
| 2927 | |||
| 2928 | There are normally easier hooks to use than this; in particular | ||
| 2929 | @var{pre-command-hook} is run immediately before any command resulting | ||
| 2930 | from an event. However, not all events result in a command, including | ||
| 2931 | many mouse events and some keyboard events when an input-method is | ||
| 2932 | active (@pxref{Reading Input}). | ||
| 2933 | @end defvar | ||
| 2934 | |||
| 2935 | @defmac while-no-input body@dots{} | 2923 | @defmac while-no-input body@dots{} |
| 2936 | This construct runs the @var{body} forms and returns the value of the | 2924 | This construct runs the @var{body} forms and returns the value of the |
| 2937 | last one---but only if no input arrives. If any input arrives during | 2925 | last one---but only if no input arrives. If any input arrives during |