diff runtime/tutor/tutor @ 31885:cc751d944b7e

Update runtime files. Commit: https://github.com/vim/vim/commit/be4e01637e71c8d5095c33b9861fd70b41476732 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 2 13:59:48 2023 +0000 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 02 Feb 2023 15:15:06 +0100
parents 179c118424a6
children
line wrap: on
line diff
--- a/runtime/tutor/tutor
+++ b/runtime/tutor/tutor
@@ -335,7 +335,7 @@ Doubling to operate on a line also works
   5. Now type a capital  U  to return the line to its original state.
   6. Now type  u  a few times to undo the  U  and preceding commands.
   7. Now type CTRL-R (keeping CTRL key pressed while hitting R) a few times
-     to redo the commands (undo the undo's).
+     to redo the commands (undo the undos).
 
 ---> Fiix the errors oon thhis line and reeplace them witth undo.
 
@@ -365,7 +365,7 @@ Doubling to operate on a line also works
 
   8. To undo previous actions, type:           u  (lowercase u)
      To undo all the changes on a line, type:  U  (capital U)
-     To undo the undo's, type:                 CTRL-R
+     To undo the undos, type:                  CTRL-R
 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 			 Lesson 3.1: THE PUT COMMAND