]> git.eshelyaron.com Git - emacs.git/commitdiff
Rename the Mice node in the Emacs manual
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 4 Sep 2022 10:41:02 +0000 (12:41 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 4 Sep 2022 10:41:02 +0000 (12:41 +0200)
* doc/emacs/commands.texi (User Input, Keys): Rename "Mice" to
Mouse Input.

doc/emacs/commands.texi
doc/emacs/emacs.texi

index 64e75c9609a374d2fff956ffc72af1eab4ee94a1..df3c47504a7af08a234f7cca3ee82f2d93ee9804 100644 (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
index d0e048ae0652ae6d955f7fba4d6fbb6e03ee66a2..6206dee48508ee08867c43cb7644025000a2b89d 100644 (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.