diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-03-15 18:22:44 -0400 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-03-15 18:22:44 -0400 |
commit | afbe7039851bc627396a33b666d34bb437572b47 (patch) | |
tree | c9eaf37e3b8ed4569755deba74bcc7df240cd306 /common/locale | |
parent | a0ca379cfddde5b88007211d6f6ebdf9748f7409 (diff) | |
download | pentadactyl-afbe7039851bc627396a33b666d34bb437572b47.tar.gz |
Make userContext a proper Context.
Diffstat (limited to 'common/locale')
-rw-r--r-- | common/locale/en-US/map.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/locale/en-US/map.xml b/common/locale/en-US/map.xml index 640b321e..7b777129 100644 --- a/common/locale/en-US/map.xml +++ b/common/locale/en-US/map.xml @@ -122,7 +122,7 @@ <dt>-group=<a>group</a></dt> <dd>Add this command to the given <t>group</t> (short name <em>-g</em>)</dd> <dt>-javascript</dt> <dd>Execute <a>rhs</a> as JavaScript rather than keys (short names <em>-js</em>, <em>-j</em>)</dd> <dt>-literal=<a>n</a></dt> <dd>Parse the <a>n</a>th argument without specially processing any quote or meta characters. (short name <em>-l</em>)</dd> - <dt>-modes</dt> <dd>Create this mapping in the given modes (short names <em>-mode</em>, <em>-m</em>)</dd> + <dt>-modes=<a>modes</a></dt> <dd>Create this mapping in the given modes (short names <em>-mode</em>, <em>-m</em>)</dd> <dt>-nopersist</dt> <dd>Do not save this mapping to an auto-generated rc file (short name <em>-n</em>)</dd> <dt>-silent</dt> <dd>Do not echo any generated keys to the command line (short name <em>-s</em>, also <em><silent></em> for Vim compatibility)</dd> </dl> |