updated for version 7.0085
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index a8d54a5..6c99c90 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1,4 +1,4 @@
-*eval.txt*      For Vim version 7.0aa.  Last change: 2005 Jun 11
+*eval.txt*      For Vim version 7.0aa.  Last change: 2005 Jun 14
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -440,7 +440,8 @@
 	:echo onedict['a']
 	11
 
-For more info see |list-identity|.
+Two Dictionaries compare equal if all the key-value pairs compare equal.  For
+more info see |list-identity|.
 
 
 Dictionary modification ~
diff --git a/runtime/doc/spell.txt b/runtime/doc/spell.txt
index aa7c745..8e86ec7 100644
--- a/runtime/doc/spell.txt
+++ b/runtime/doc/spell.txt
@@ -1,4 +1,4 @@
-*spell.txt*	For Vim version 7.0aa.  Last change: 2005 Jun 13
+*spell.txt*	For Vim version 7.0aa.  Last change: 2005 Jun 14
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -86,6 +86,11 @@
 			bored.
 			You can enter the number of your choice or press
 			<Enter> if you don't want to replace.
+			If 'verbose' is non-zero a score will be displayed to
+			indicate the likeliness to the badly spelled word (the
+			higher the score the more different).
+			The score may be slightly wrong for words with
+			multi-byte characters.
 
 
 PERFORMANCE