From 0571fa4d56a7905da669d637195490dc0f4eacc1 Mon Sep 17 00:00:00 2001 From: Tim Siegel Date: Mon, 10 Oct 2022 10:32:23 -0400 Subject: [PATCH] tutor: Clarify first multi-cursor example If the reader is unfortunate enough to place the cursor at the beginning of the line on step #1, subsequent steps will fail. --- runtime/tutor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runtime/tutor b/runtime/tutor index 6e1ec075..e0e2436b 100644 --- a/runtime/tutor +++ b/runtime/tutor @@ -490,7 +490,8 @@ _________________________________________________________________ Type C to duplicate the cursor to the next suitable line. - 1. Move the cursor to the first line marked '-->' below. + 1. Move the cursor to the first line below marked -->. Place + the cursor on the first word. 2. Type C to duplicate the cursor to the next suitable line. Notice how it skips the line in the middle. Keys you type will now affect both cursors.