emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 1cea0ae413: * doc/emacs/commands.texi (Mice): Improve indexing.


From: Stefan Kangas
Subject: master 1cea0ae413: * doc/emacs/commands.texi (Mice): Improve indexing.
Date: Sat, 3 Sep 2022 11:47:54 -0400 (EDT)

branch: master
commit 1cea0ae4133bb22fd70d483df105e5a4653bc56c
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    * doc/emacs/commands.texi (Mice): Improve indexing.
---
 doc/emacs/commands.texi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/emacs/commands.texi b/doc/emacs/commands.texi
index 64e75c9609..9bf046704c 100644
--- a/doc/emacs/commands.texi
+++ b/doc/emacs/commands.texi
@@ -151,6 +151,8 @@ commands in the same way you bind them to keyboard events
 mouse in Emacs; @pxref{Mouse Commands}, and the sections that follow
 it, for more details about mouse commands in Emacs.
 
+@cindex wheel-down
+@cindex wheel-up
   When you click the left mouse button, Emacs receives a
 @code{mouse-1} event.  To see what command is bound to that event, you
 can type @kbd{C-h c} and then press the left mouse button.  Similarly,
@@ -164,6 +166,8 @@ system configuration.
 will report @code{mouse-4} and @code{mouse-5}, while all other systems
 will report @code{wheel-down} and @code{wheel-up}.
 
+@cindex wheel-left
+@cindex wheel-right
   Some mice also have a horizontal scroll wheel, and touchpads usually
 support scrolling horizontally as well.  These events are reported as
 @code{wheel-left} and @code{wheel-right} on all systems other than



reply via email to

[Prev in Thread] Current Thread [Next in Thread]