aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/commands.texi12
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
2924This variable holds a list of functions to call after Emacs reads an
2925event, but before any commands are run. Each function receives a
2926single argument: the event that has been read.
2927
2928There are normally easier hooks to use than this; in particular
2929@var{pre-command-hook} is run immediately before any command resulting
2930from an event. However, not all events result in a command, including
2931many mouse events and some keyboard events when an input-method is
2932active (@pxref{Reading Input}).
2933@end defvar
2934
2935@defmac while-no-input body@dots{} 2923@defmac while-no-input body@dots{}
2936This construct runs the @var{body} forms and returns the value of the 2924This construct runs the @var{body} forms and returns the value of the
2937last one---but only if no input arrives. If any input arrives during 2925last one---but only if no input arrives. If any input arrives during