aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2024-04-06 13:13:27 +0300
committerEli Zaretskii2024-04-06 13:13:27 +0300
commitfab58ffc224de5e4e20ce7ea19f06ed33a036129 (patch)
tree10a54307299e75356630ed65a7bcf8702c3e4eda
parent9260904072d01e4b0f585825bfbc077310c8a974 (diff)
downloademacs-fab58ffc224de5e4e20ce7ea19f06ed33a036129.tar.gz
emacs-fab58ffc224de5e4e20ce7ea19f06ed33a036129.zip
; * doc/lispref/commands.texi (Focus Events): Fix markup of last change.
-rw-r--r--doc/lispref/commands.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index 335a41dbb44..ea6e84e3730 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -2324,7 +2324,7 @@ sequence---that is, after a prefix key---then Emacs reorders the events
2324so that the focus event comes either before or after the multi-event key 2324so that the focus event comes either before or after the multi-event key
2325sequence, and not within it. 2325sequence, and not within it.
2326 2326
2327@heading Focus events for frames 2327@subsubheading Focus events for frames
2328 2328
2329The normal definition of a focus event that switches frames, in the 2329The normal definition of a focus event that switches frames, in the
2330global keymap, is to select that new frame within Emacs, as the user 2330global keymap, is to select that new frame within Emacs, as the user
@@ -2347,7 +2347,7 @@ actually types a keyboard key or presses a mouse button in the new
2347frame; just moving the mouse between frames does not generate a focus 2347frame; just moving the mouse between frames does not generate a focus
2348event. 2348event.
2349 2349
2350@heading Focus events for windows 2350@subsubheading Focus events for windows
2351 2351
2352When @var{mouse-autoselect-window} is set, moving the mouse over a new 2352When @var{mouse-autoselect-window} is set, moving the mouse over a new
2353window within a frame can also switch the selected window. @xref{Mouse 2353window within a frame can also switch the selected window. @xref{Mouse