diff options
| author | Kevin Ryde <user42@zip.com.au> | 2009-11-26 23:57:40 +0000 |
|---|---|---|
| committer | Kevin Ryde <user42@zip.com.au> | 2009-11-26 23:57:40 +0000 |
| commit | be0a5fb7f84e582f41377f19915a66320333b615 (patch) | |
| tree | e415e633a3df06014d6bd01ab2828ef82f3328bf | |
| parent | 9d58f081301c7ec696b83a949c65477525e20ff3 (diff) | |
| download | emacs-be0a5fb7f84e582f41377f19915a66320333b615.tar.gz | |
* 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.texi | 2 |
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. 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 |
