diff --git a/runtime/doc/fold.txt b/runtime/doc/fold.txt
index bfad4ca4cf5b6bba6a940669fe3bbc147896d994..fd71db9d35483b3e2399f2397618fbe84119c309 100644
--- a/runtime/doc/fold.txt
+++ b/runtime/doc/fold.txt
@@ -1,4 +1,4 @@
-*fold.txt*      For Vim version 7.1b.  Last change: 2006 Mar 29
+*fold.txt*      For Vim version 7.1.  Last change: 2007 May 11
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -73,7 +73,7 @@ EXPR						*fold-expr*
 The folds are automatically defined by their foldlevel, like with the "indent"
 method.  The value of the 'foldexpr' option is evaluated to get the foldlevel
 of a line.  Examples:
-This will create a fold for all consecutive lines that start with a Tab: >
+This will create a fold for all consecutive lines that start with a tab: >
 	:set foldexpr=getline(v:lnum)[0]==\"\\t\"
 This will call a function to compute the fold level: >
 	:set foldexpr=MyFoldLevel(v:lnum)
diff --git a/runtime/doc/if_cscop.txt b/runtime/doc/if_cscop.txt
index 87f2c25c1e7490c887443a30a1deeedb7247026a..c02d97e31843d1823ee4e557a3da5d1c54e11e48 100644
--- a/runtime/doc/if_cscop.txt
+++ b/runtime/doc/if_cscop.txt
@@ -1,4 +1,4 @@
-*if_cscop.txt*  For Vim version 7.1b.  Last change: 2005 Mar 29
+*if_cscop.txt*  For Vim version 7.1.  Last change: 2005 Mar 29
 
 
 		  VIM REFERENCE MANUAL    by Andy Kahn
diff --git a/runtime/doc/os_390.txt b/runtime/doc/os_390.txt
index 8035fc4264a5cc48b1983fb55c10cf27c6bd0e92..1e0251bebee22c44948805c9c4437c3c07deeeaf 100644
--- a/runtime/doc/os_390.txt
+++ b/runtime/doc/os_390.txt
@@ -1,4 +1,4 @@
-*os_390.txt*    For Vim version 7.1b.  Last change: 2005 Mar 29
+*os_390.txt*    For Vim version 7.1.  Last change: 2005 Mar 29
 
 
 		  VIM REFERENCE MANUAL	  by Ralf Schandl
diff --git a/runtime/doc/undo.txt b/runtime/doc/undo.txt
index 413143a38dce5f898177d8d358a96ad44790def9..f996d0bd9a7cafd9e63fafc5f7fb08eef7c005b7 100644
--- a/runtime/doc/undo.txt
+++ b/runtime/doc/undo.txt
@@ -1,4 +1,4 @@
-*undo.txt*      For Vim version 7.1b.  Last change: 2006 Apr 30
+*undo.txt*      For Vim version 7.1.  Last change: 2006 Apr 30
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
diff --git a/runtime/doc/usr_26.txt b/runtime/doc/usr_26.txt
index 94afd80840d3269677576d659a8f0ed8628a1781..baeeb371823a2550feda87933df7713eedbf8e3e 100644
--- a/runtime/doc/usr_26.txt
+++ b/runtime/doc/usr_26.txt
@@ -1,4 +1,4 @@
-*usr_26.txt*	For Vim version 7.1b.  Last change: 2006 Apr 24
+*usr_26.txt*	For Vim version 7.1.  Last change: 2006 Apr 24
 
 		     VIM USER MANUAL - by Bram Moolenaar