diff runtime/doc/usr_41.txt @ 2698:b6471224d2af

Updated runtime files and translations.
author Bram Moolenaar <bram@vim.org>
date Wed, 09 Feb 2011 17:07:58 +0100
parents 916c90b37ea9
children b01a37ab556b
line wrap: on
line diff
--- a/runtime/doc/usr_41.txt
+++ b/runtime/doc/usr_41.txt
@@ -1,4 +1,4 @@
-*usr_41.txt*	For Vim version 7.3.  Last change: 2010 Nov 17
+*usr_41.txt*	For Vim version 7.3.  Last change: 2011 Feb 01
 
 		     VIM USER MANUAL - by Bram Moolenaar
 
@@ -2097,7 +2097,7 @@ and that is not what a filetype plugin s
 When an option has a value that is a list of flags or items, consider using
 "+=" and "-=" to keep the existing value.  Be aware that the user may have
 changed an option value already.  First resetting to the default value and
-then changing it often a good idea.  Example: >
+then changing it is often a good idea.  Example: >
 
 	:setlocal formatoptions& formatoptions+=ro