diff --git a/runtime/doc/gui.txt b/runtime/doc/gui.txt
index 4d5d20e8da51d79dd285eb5194149c7bb45f83d6..b5ae414d684fb564abacf49f2e308abec65a1cc8 100644
--- a/runtime/doc/gui.txt
+++ b/runtime/doc/gui.txt
@@ -1,4 +1,4 @@
-*gui.txt*       For Vim version 7.1b.  Last change: 2006 Aug 08
+*gui.txt*       For Vim version 7.1.  Last change: 2007 May 11
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -532,7 +532,7 @@ Special characters in a menu name:
 	<Tab>	Separates the menu name from right-aligned text.  This can be
 		used to show the equivalent typed command.  The text "<Tab>"
 		can be used here for convenience.  If you are using a real
-		Tab, don't forget to put a backslash before it!
+		tab, don't forget to put a backslash before it!
 Example: >
 
    :amenu &File.&Open<Tab>:e  :browse e<CR>
diff --git a/runtime/doc/os_qnx.txt b/runtime/doc/os_qnx.txt
index 52d7ed141c4596fb8fd849d978dbb45c9493eecb..d694e1a83457950409dbd55c1fc265ede9aaf2ae 100644
--- a/runtime/doc/os_qnx.txt
+++ b/runtime/doc/os_qnx.txt
@@ -1,4 +1,4 @@
-*os_qnx.txt*    For Vim version 7.1b.  Last change: 2005 Mar 29
+*os_qnx.txt*    For Vim version 7.1.  Last change: 2005 Mar 29
 
 
 		  VIM REFERENCE MANUAL    by Julian Kinraid