updated for version 7.0g04
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt
index 48d4550..97e964e 100644
--- a/runtime/doc/insert.txt
+++ b/runtime/doc/insert.txt
@@ -1,4 +1,4 @@
-*insert.txt* For Vim version 7.0g. Last change: 2006 May 03
+*insert.txt* For Vim version 7.0g. Last change: 2006 May 05
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1020,8 +1020,9 @@
info more information about the item, can be displayed in a
preview window
kind single letter indicating the type of completion
- icase when non-zero case is to be ignored; when omitted
- the 'ignorecase' option is used
+ icase when non-zero case is to be ignored when comparing
+ items to be equal; when omitted zero is used, thus
+ items that only differ in case are added
dup when non-zero this match will be added even when an
item with the same word is already present.