Unnamed repository; edit this file 'description' to name the repository.
tutor: flips selections -> flips direction of selection (#12638)
Roman FroĊ‚ow 2025-01-24
parent 088ba58 · commit 122bbea
-rw-r--r--runtime/tutor8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/tutor b/runtime/tutor
index 194a01f0..f94e2a20 100644
--- a/runtime/tutor
+++ b/runtime/tutor
@@ -391,8 +391,8 @@
--> 6) Sugar is sweet,
--> 7) And so are you.
- Note : X works similarly to x although it doesn't extend to
- subsequent lines. X on an empty line does nothing.
+ Note: X works similarly to x although it doesn't extend to
+ subsequent lines. X on an empty line does nothing.
=================================================================
= 3.8 COLLAPSING SELECTIONS =
@@ -411,8 +411,8 @@
--> This is an error-free line with words to move around in.
Note: This works the same in Select mode.
- Note: Another related command is Alt-; which flips selections.
-
+ Note: Another related command is Alt-; which flips the direction
+ of the selection (flips the selection's cursor and anchor).