updated for version 7.0066
diff --git a/runtime/doc/usr_42.txt b/runtime/doc/usr_42.txt
index b560d6b..bbf06e5 100644
--- a/runtime/doc/usr_42.txt
+++ b/runtime/doc/usr_42.txt
@@ -1,4 +1,4 @@
-*usr_42.txt*	For Vim version 7.0aa.  Last change: 2002 Oct 08
+*usr_42.txt*	For Vim version 7.0aa.  Last change: 2005 Apr 01
 
 		     VIM USER MANUAL - by Bram Moolenaar
 
@@ -109,7 +109,7 @@
 
 SPECIAL CHARACTERS
 
-The {menu-item} in this example is "&File.&Save<Tab>:w". This brings up an
+The {menu-item} in this example is "&File.&Save<Tab>:w".  This brings up an
 important point: {menu-item} must be one word.  If you want to put a dot,
 space or tabs in the name, you either use the <> notation (<Space> and <Tab>,
 for instance) or use the backslash (\) escape. >