Rename the Mice node in the Emacs manual

* doc/emacs/commands.texi (User Input, Keys): Rename "Mice" to
Mouse Input.
This commit is contained in:
Lars Ingebrigtsen 2022-09-04 12:41:02 +02:00
parent 500af031c8
commit 40de3684fb
2 changed files with 4 additions and 4 deletions

View file

@ -69,7 +69,7 @@ where the @key{Meta} key does not function reliably.
Emacs has extensive support for using mouse buttons, mouse wheels
and other pointing devices like touchpads and touch screens.
@xref{Mice}, for details.
@xref{Mouse Input}, for details.
@cindex keys stolen by window manager
@cindex window manager, keys stolen by
@ -139,8 +139,8 @@ exception to this rule is @key{ESC}: @kbd{@key{ESC} C-h} is equivalent
to @kbd{C-M-h}, which does something else entirely. You can, however,
use @key{F1} to display a list of commands starting with @key{ESC}.
@node Mice
@section Mice
@node Mouse Input
@section Mouse Input
@cindex mouse input
By default, Emacs supports all the normal mouse actions like setting

View file

@ -148,7 +148,7 @@ Important General Concepts
function keys).
* Keys:: Key sequences: what you type to request one
editing action.
* Mice:: Using the mouse and keypads.
* Mouse Input:: Using the mouse and keypads.
* Commands:: Named functions run by key sequences to do editing.
* Entering Emacs:: Starting Emacs from the shell.
* Exiting:: Stopping or killing Emacs.