diff runtime/doc/insert.txt @ 6884:29c328f69aaa

Update help files.
author Bram Moolenaar <bram@vim.org>
date Fri, 26 Jun 2015 19:35:49 +0200
parents 0303182665d5
children c8efa41dd451
line wrap: on
line diff
--- a/runtime/doc/insert.txt
+++ b/runtime/doc/insert.txt
@@ -1,4 +1,4 @@
-*insert.txt*    For Vim version 7.4.  Last change: 2015 May 22
+*insert.txt*    For Vim version 7.4.  Last change: 2015 Jun 20
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -82,8 +82,8 @@ CTRL-W		Delete the word before the curso
 		|word-motions|, for the definition of a word.
 						*i_CTRL-U*
 CTRL-U		Delete all entered characters before the cursor in the current
-		line.  If there are no newly entereed characters and
-		'backspace'is not empty, delete all characters before the
+		line.  If there are no newly entered characters and
+		'backspace' is not empty, delete all characters before the
 		cursor in the current line.
 		See |i_backspacing| about joining lines.
 						*i_CTRL-I* *i_<Tab>* *i_Tab*