diff runtime/doc/eval.txt @ 327:8f38b35904c0

updated for version 7.0085
author vimboss
date Tue, 14 Jun 2005 22:11:18 +0000
parents 03b3684919e3
children 2d8c2622e1fa
line wrap: on
line diff
--- 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 @@ Dictionary: >
 	: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 ~