updated for version 7.0f05
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index c3f6947..4e7d5f3 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1,4 +1,4 @@
-*eval.txt* For Vim version 7.0f. Last change: 2006 Apr 26
+*eval.txt* For Vim version 7.0f. Last change: 2006 Apr 29
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2344,12 +2344,13 @@
exists("##ColorScheme")
< There must be no space between the symbol (&/$/*/#) and the
name.
+ Trailing characters that can't be part of the name are often
+ ignored, but don't depend on it.
Note that the argument must be a string, not the name of the
variable itself! For example: >
exists(bufcount)
< This doesn't check for existence of the "bufcount" variable,
- but gets the contents of "bufcount", and checks if that
- exists.
+ but gets the value of "bufcount", and checks if that exists.
expand({expr} [, {flag}]) *expand()*
Expand wildcards and the following special keywords in {expr}.