updated for version 7.0216
diff --git a/runtime/doc/if_ole.txt b/runtime/doc/if_ole.txt
index 36efe41..eff7bb2 100644
--- a/runtime/doc/if_ole.txt
+++ b/runtime/doc/if_ole.txt
@@ -1,4 +1,4 @@
-*if_ole.txt* For Vim version 7.0aa. Last change: 2005 Mar 29
+*if_ole.txt* For Vim version 7.0aa. Last change: 2006 Mar 06
VIM REFERENCE MANUAL by Paul Moore
@@ -77,7 +77,8 @@
This method takes a single parameter, which is an expression in Vim's normal
format (see |expression|). It returns a string, which is the result of
-evaluating the expression.
+evaluating the expression. A |List| is turned into a string by joining the
+items and inserting line breaks.
Examples (Visual Basic syntax) >
Line20 = Vim.Eval("getline(20)")