diff options
author | Doug Kearns <dougkearns@gmail.com> | 2011-06-16 15:32:19 +1000 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2011-06-16 15:32:19 +1000 |
commit | fefe76dfa0480b8e38de2594e04b3ee44d6e486a (patch) | |
tree | b08316d2c10c27f5a0ff4d33975ef3ed06d8bcdd /common/locale/en-US/starting.xml | |
parent | 3763e44e3b07f9943adebee05dc5efb5c43776c4 (diff) | |
download | pentadactyl-fefe76dfa0480b8e38de2594e04b3ee44d6e486a.tar.gz |
Fix reference to old boolean 'loadplugins' in :help startup.
Diffstat (limited to 'common/locale/en-US/starting.xml')
-rw-r--r-- | common/locale/en-US/starting.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/locale/en-US/starting.xml b/common/locale/en-US/starting.xml index da3a08d6..38935504 100644 --- a/common/locale/en-US/starting.xml +++ b/common/locale/en-US/starting.xml @@ -104,7 +104,7 @@ </li> <li> <p> - If <o>exrc</o> is set and the +u command-line option was not + If <o>exrc</o> is set and the <t>+u</t> command-line option was not specified, then any RC file in the current directory is also sourced. </p> @@ -119,7 +119,7 @@ </p> <ul> - <li><o>noloadplugins</o> is set,</li> + <li><o>loadplugins</o> is unset,</li> <li>the <t>++noplugin</t> command-line option was specified, or</li> <li>the <tt><t>+u</t>=NONE</tt> command-line option was specified.</li> </ul> |