diff options
| author | Eli Zaretskii | 2022-09-03 19:01:21 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-09-03 19:01:21 +0300 |
| commit | ec72b55657bde93d81ecabceaeed5aaadbb41f34 (patch) | |
| tree | 7b32333da0b8a9c4ef75a9c1efa33840ebcc7580 /doc | |
| parent | 1cea0ae4133bb22fd70d483df105e5a4653bc56c (diff) | |
| download | emacs-ec72b55657bde93d81ecabceaeed5aaadbb41f34.tar.gz emacs-ec72b55657bde93d81ecabceaeed5aaadbb41f34.zip | |
Revert "* doc/emacs/commands.texi (Mice): Improve indexing."
This reverts commit 1cea0ae4133bb22fd70d483df105e5a4653bc56c.
The index entries it added don't belong to the place where they were
added.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/commands.texi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/emacs/commands.texi b/doc/emacs/commands.texi index 9bf046704ce..64e75c9609a 100644 --- a/doc/emacs/commands.texi +++ b/doc/emacs/commands.texi | |||
| @@ -151,8 +151,6 @@ commands in the same way you bind them to keyboard events | |||
| 151 | mouse in Emacs; @pxref{Mouse Commands}, and the sections that follow | 151 | mouse in Emacs; @pxref{Mouse Commands}, and the sections that follow |
| 152 | it, for more details about mouse commands in Emacs. | 152 | it, for more details about mouse commands in Emacs. |
| 153 | 153 | ||
| 154 | @cindex wheel-down | ||
| 155 | @cindex wheel-up | ||
| 156 | When you click the left mouse button, Emacs receives a | 154 | When you click the left mouse button, Emacs receives a |
| 157 | @code{mouse-1} event. To see what command is bound to that event, you | 155 | @code{mouse-1} event. To see what command is bound to that event, you |
| 158 | can type @kbd{C-h c} and then press the left mouse button. Similarly, | 156 | can type @kbd{C-h c} and then press the left mouse button. Similarly, |
| @@ -166,8 +164,6 @@ system configuration. | |||
| 166 | will report @code{mouse-4} and @code{mouse-5}, while all other systems | 164 | will report @code{mouse-4} and @code{mouse-5}, while all other systems |
| 167 | will report @code{wheel-down} and @code{wheel-up}. | 165 | will report @code{wheel-down} and @code{wheel-up}. |
| 168 | 166 | ||
| 169 | @cindex wheel-left | ||
| 170 | @cindex wheel-right | ||
| 171 | Some mice also have a horizontal scroll wheel, and touchpads usually | 167 | Some mice also have a horizontal scroll wheel, and touchpads usually |
| 172 | support scrolling horizontally as well. These events are reported as | 168 | support scrolling horizontally as well. These events are reported as |
| 173 | @code{wheel-left} and @code{wheel-right} on all systems other than | 169 | @code{wheel-left} and @code{wheel-right} on all systems other than |