updated for version 7.1b
diff --git a/runtime/doc/spell.txt b/runtime/doc/spell.txt
index b6f0c1f..195f355 100644
--- a/runtime/doc/spell.txt
+++ b/runtime/doc/spell.txt
@@ -1,4 +1,4 @@
-*spell.txt*	For Vim version 7.1a.  Last change: 2007 Apr 22
+*spell.txt*	For Vim version 7.1b.  Last change: 2007 May 07
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -624,7 +624,7 @@
 The plugin has a default place where to look for spell files, on the Vim ftp
 server.  If you want to use another location or another protocol, set the
 g:spellfile_URL variable to the directory that holds the spell files.  The
-|netrw| plugin is used for getting the file, look there for the speficic
+|netrw| plugin is used for getting the file, look there for the specific
 syntax of the URL.  Example: >
 	let g:spellfile_URL = 'http://ftp.vim.org/vim/runtime/spell'
 You may need to escape special characters.
@@ -654,6 +654,9 @@
 autocommand afterwards you may want to use ":au! SpellFileMissing" to overrule
 it.  If you define your autocommand before the plugin is loaded it will notice
 this and not do anything.
+							*E797*
+Note that the SpellFileMissing autocommand must not change or destroy the
+buffer the user was editing.
 
 ==============================================================================
 4. Spell file format					*spell-file-format*
diff --git a/runtime/doc/usr_01.txt b/runtime/doc/usr_01.txt
index 9714903..fe76a58 100644
--- a/runtime/doc/usr_01.txt
+++ b/runtime/doc/usr_01.txt
@@ -1,4 +1,4 @@
-*usr_01.txt*	For Vim version 7.1a.  Last change: 2006 Oct 08
+*usr_01.txt*	For Vim version 7.1b.  Last change: 2006 Oct 08
 
 		     VIM USER MANUAL - by Bram Moolenaar
 
diff --git a/runtime/doc/usr_27.txt b/runtime/doc/usr_27.txt
index 9d904a5..a6b23f5 100644
--- a/runtime/doc/usr_27.txt
+++ b/runtime/doc/usr_27.txt
@@ -1,4 +1,4 @@
-*usr_27.txt*	For Vim version 7.1a.  Last change: 2006 Apr 24
+*usr_27.txt*	For Vim version 7.1b.  Last change: 2006 Apr 24
 
 		     VIM USER MANUAL - by Bram Moolenaar