summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-09-04 12:41:02 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-09-04 12:41:02 +0200
commit40de3684fb824c797fa942ad5f99ca319aa34881 (patch)
tree8c2f5975036f249ac092a62481fb2102ea43a3b7
parent500af031c88b7ddb3252f4d28113cf1d3e8144c7 (diff)
downloademacs-40de3684fb824c797fa942ad5f99ca319aa34881.tar.gz
Rename the Mice node in the Emacs manual
* doc/emacs/commands.texi (User Input, Keys): Rename "Mice" to Mouse Input.
-rw-r--r--doc/emacs/commands.texi6
-rw-r--r--doc/emacs/emacs.texi2
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/emacs/commands.texi b/doc/emacs/commands.texi
index 64e75c9609a..df3c47504a7 100644
--- a/doc/emacs/commands.texi
+++ b/doc/emacs/commands.texi
@@ -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
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi
index d0e048ae065..6206dee4850 100644
--- a/doc/emacs/emacs.texi
+++ b/doc/emacs/emacs.texi
@@ -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.