updated for version 7.0003
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 9d39f61..14d0dd8 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1,4 +1,4 @@
-*eval.txt*      For Vim version 7.0aa.  Last change: 2004 Jun 22
+*eval.txt*      For Vim version 7.0aa.  Last change: 2004 Jun 30
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -679,6 +679,13 @@
 v:foldstart	Used for 'foldtext': first line of closed fold.
 		Read-only. |fold-foldtext|
 
+					*v:insertmode* *insertmode-variable*
+v:insertmode	Used for the |InsertEnter| and |InsertChange| autocommand
+		events.  Values:
+			i	Insert mode
+			r	Replace mode
+			v	Virtual Replace mode
+
 						*v:lang* *lang-variable*
 v:lang		The current locale setting for messages of the runtime
 		environment.  This allows Vim scripts to be aware of the
@@ -2765,6 +2772,7 @@
 gui_beos		Compiled with BeOS GUI.
 gui_gtk			Compiled with GTK+ GUI (any version).
 gui_gtk2		Compiled with GTK+ 2 GUI (gui_gtk is also defined).
+gui_kde			Compiled with KDE GUI |KVim|
 gui_mac			Compiled with Macintosh GUI.
 gui_motif		Compiled with Motif GUI.
 gui_photon		Compiled with Photon GUI.