aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Ryde2009-11-26 23:57:40 +0000
committerKevin Ryde2009-11-26 23:57:40 +0000
commitbe0a5fb7f84e582f41377f19915a66320333b615 (patch)
treee415e633a3df06014d6bd01ab2828ef82f3328bf
parent9d58f081301c7ec696b83a949c65477525e20ff3 (diff)
downloademacs-be0a5fb7f84e582f41377f19915a66320333b615.tar.gz
emacs-be0a5fb7f84e582f41377f19915a66320333b615.zip
* commands.texi (Misc Events): vindex mouse-wheel-up-event and
mouse-wheel-down-event, the closest thing to a definition for them.
-rw-r--r--doc/lispref/commands.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index 62bc6c8cf95..bfe8126e759 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -1618,6 +1618,8 @@ usual meaning is a kind of scroll or zoom.
1618The element @var{position} is a list describing the position of the 1618The element @var{position} is a list describing the position of the
1619event, in the same format as used in a mouse-click event. 1619event, in the same format as used in a mouse-click event.
1620 1620
1621@vindex mouse-wheel-up-event
1622@vindex mouse-wheel-down-event
1621This kind of event is generated only on some kinds of systems. On some 1623This kind of event is generated only on some kinds of systems. On some
1622systems, @code{mouse-4} and @code{mouse-5} are used instead. For 1624systems, @code{mouse-4} and @code{mouse-5} are used instead. For
1623portable code, use the variables @code{mouse-wheel-up-event} and 1625portable code, use the variables @code{mouse-wheel-up-event} and