diff options
| author | Kevin Ryde | 2009-11-26 23:57:40 +0000 |
|---|---|---|
| committer | Kevin Ryde | 2009-11-26 23:57:40 +0000 |
| commit | be0a5fb7f84e582f41377f19915a66320333b615 (patch) | |
| tree | e415e633a3df06014d6bd01ab2828ef82f3328bf | |
| parent | 9d58f081301c7ec696b83a949c65477525e20ff3 (diff) | |
| download | emacs-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.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. | |||
| 1618 | The element @var{position} is a list describing the position of the | 1618 | The element @var{position} is a list describing the position of the |
| 1619 | event, in the same format as used in a mouse-click event. | 1619 | event, 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 | ||
| 1621 | This kind of event is generated only on some kinds of systems. On some | 1623 | This kind of event is generated only on some kinds of systems. On some |
| 1622 | systems, @code{mouse-4} and @code{mouse-5} are used instead. For | 1624 | systems, @code{mouse-4} and @code{mouse-5} are used instead. For |
| 1623 | portable code, use the variables @code{mouse-wheel-up-event} and | 1625 | portable code, use the variables @code{mouse-wheel-up-event} and |