diff options
Diffstat (limited to 'runtime/doc/usr_41.txt')
-rw-r--r-- | runtime/doc/usr_41.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt index 7fbe88711d..9af65343ef 100644 --- a/runtime/doc/usr_41.txt +++ b/runtime/doc/usr_41.txt @@ -157,7 +157,7 @@ cannot start with a digit. Valid variable names are: FuncLength LENGTH -Invalid names are "foo+bar" and "6var". +Invalid names are "foo.bar" and "6var". These variables are global. To see a list of currently defined variables use this command: > @@ -581,7 +581,7 @@ statements is equal to: > :substitute/\a/*/g -Using the functions becomes more interesting when you do more work before and +Using the functions becomes interesting when you do more work before and after the substitute() call. |