diff runtime/doc/various.txt @ 2264:0256b9c93e87 vim73

Update help files.
author Bram Moolenaar <bram@vim.org>
date Sat, 12 Jun 2010 20:18:19 +0200
parents 1bac28a53fae
children 966a5609669e
line wrap: on
line diff
--- a/runtime/doc/various.txt
+++ b/runtime/doc/various.txt
@@ -189,7 +189,8 @@ 8g8			Find an illegal UTF-8 byte sequenc
 			mapping |:noremap|, the argument can be mapped anyway.
 			An alternative is to use |:execute|, which uses an
 			expression as argument.  This allows the use of
-			printable characters.  Example: >
+			printable characters to represent special characters.
+			Example: >
 				:exe "normal \<c-w>\<c-w>"
 <			{not in Vi, of course}
 			{not available when the |+ex_extra| feature was