]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "; Document input-event-functions"
authorPhillip Lord <phillip.lord@russet.org.uk>
Sat, 2 Mar 2019 16:48:50 +0000 (16:48 +0000)
committerPhillip Lord <phillip.lord@russet.org.uk>
Sat, 2 Mar 2019 16:48:50 +0000 (16:48 +0000)
This reverts commit 27fffb2701c38090916e077d28a4a6b9e2bc09d2.

doc/lispref/commands.texi
etc/NEWS

index bf667341575b616e8e1d3f24d02310c52bd5b03c..1eb580e1e0fdd049e93215ccf9fc7a8a3f19854b 100644 (file)
@@ -2920,18 +2920,6 @@ this expression) remains the value of @code{last-command-event}.
 @end example
 @end defvar
 
-@defvar input-event-functions
-This variable holds a list of functions to call after Emacs reads an
-event, but before any commands are run.  Each function receives a
-single argument: the event that has been read.
-
-There are normally easier hooks to use than this; in particular
-@var{pre-command-hook} is run immediately before any command resulting
-from an event.  However, not all events result in a command, including
-many mouse events and some keyboard events when an input-method is
-active (@pxref{Reading Input}).
-@end defvar
-
 @defmac while-no-input body@dots{}
 This construct runs the @var{body} forms and returns the value of the
 last one---but only if no input arrives.  If any input arrives during
index 65eb9ba1af215a1e6255510eb4d12b1fe086c3d6..0dba8fec0d3aa6713ef2ca4cb394afb4ce06827e 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1298,7 +1298,6 @@ removed.
 
 ** 'lookup-key' can take a list of keymaps as argument.
 
-+++
 ** New hook 'input-event-functions' run whenever a user-input is read.
 
 +++