From be0a5fb7f84e582f41377f19915a66320333b615 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Thu, 26 Nov 2009 23:57:40 +0000 Subject: [PATCH] * commands.texi (Misc Events): vindex mouse-wheel-up-event and mouse-wheel-down-event, the closest thing to a definition for them. --- doc/lispref/commands.texi | 2 ++ 1 file changed, 2 insertions(+) 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. The element @var{position} is a list describing the position of the event, in the same format as used in a mouse-click event. +@vindex mouse-wheel-up-event +@vindex mouse-wheel-down-event This kind of event is generated only on some kinds of systems. On some systems, @code{mouse-4} and @code{mouse-5} are used instead. For portable code, use the variables @code{mouse-wheel-up-event} and -- 2.39.5