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

Updated runtime files and translations.
author Bram Moolenaar <bram@vim.org>
date Wed, 09 Feb 2011 17:07:58 +0100
parents 840c3cadb842
children 6f63330ec225
line wrap: on
line diff
--- a/runtime/doc/various.txt
+++ b/runtime/doc/various.txt
@@ -1,4 +1,4 @@
-*various.txt*   For Vim version 7.3.  Last change: 2010 Nov 10
+*various.txt*   For Vim version 7.3.  Last change: 2011 Feb 01
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -108,7 +108,7 @@ 8g8			Find an illegal UTF-8 byte sequenc
 :[range]l[ist] [count] [flags]
 			Same as :print, but display unprintable characters
 			with '^' and put $ after the line.  This can be
-			changed with the 'listchars' option.
+			further changed with the 'listchars' option.
 			See |ex-flags| for [flags].
 
 							*:nu* *:number*