From 88902d1f599774d812d391736e77ecf42e35a10f Mon Sep 17 00:00:00 2001
From: n0s4 <joemckay3006@gmail.com>
Date: Sat, 25 Jun 2022 16:43:47 +0100
Subject: [PATCH] Improve ALIGN SELECTIONS section

---
 runtime/tutor.txt | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/runtime/tutor.txt b/runtime/tutor.txt
index 859f15ec..5ada43c3 100644
--- a/runtime/tutor.txt
+++ b/runtime/tutor.txt
@@ -346,11 +346,10 @@ _________________________________________________________________
  --> 5) Clocks tell time,
  --> 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.
 
-
-
 =================================================================
 =                   3.7 COLLAPSING SELECTIONS                   =
 =================================================================
@@ -555,7 +554,8 @@ _________________________________________________________________
 
  Type & to align the contents of the selections.
 
- 1. Move the cursor to the first line below marked -->.
+ 1. Move the cursor to the first line below marked -->. Place
+    the cursor on the whitespace just after the arrow.
  2. Type C four times or 4C.
  3. Type W to select the numbers and brackets.
  4. Type & to align the words.
@@ -566,10 +566,9 @@ _________________________________________________________________
  --> 100) sit
  --> 101) amet
 
-
-
-
-
+ Note: & only cares about the alignment of the "head" of the
+       selections - the end that moves. The other end is called
+       the "anchor".
 
 =================================================================
 =                 5.5 SPLIT SELECTION INTO LINES                =