Updated runtime files.
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index cf2299b..37f7e50 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt* For Vim version 7.4a. Last change: 2013 Jul 07
+*options.txt* For Vim version 7.4a. Last change: 2013 Jul 09
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -7863,8 +7863,9 @@
if the line was empty. But it is far from Vi compatible. It may also
break some plugins or Vim scripts. For example because |l| can move
the cursor after the last character. Use with care!
- Using the |$| command will move to the last character in the line, not
+ Using the `$` command will move to the last character in the line, not
past it. This may actually move the cursor to the left!
+ The `g$` command will move to the end of the screen line.
It doesn't make sense to combine "all" with "onemore", but you will
not get a warning for it.