diff options
author | Štěpán Němec <stepnem@gmail.com> | 2011-10-20 12:34:26 +0200 |
---|---|---|
committer | Štěpán Němec <stepnem@gmail.com> | 2011-10-20 12:34:26 +0200 |
commit | 82772225f9ed8b91a573f8660056d60c6f3d4bb6 (patch) | |
tree | dd402bb3500f4adb98316bfc61fed3e06e4be37f /common/locale | |
parent | 933f4908179be474f8f86ff8e3b20fc2d91cf428 (diff) | |
download | pentadactyl-82772225f9ed8b91a573f8660056d60c6f3d4bb6.tar.gz |
Document :jumps in browsing.xml.
Diffstat (limited to 'common/locale')
-rw-r--r-- | common/locale/en-US/browsing.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/common/locale/en-US/browsing.xml b/common/locale/en-US/browsing.xml index ac2a54d5..de536683 100644 --- a/common/locale/en-US/browsing.xml +++ b/common/locale/en-US/browsing.xml @@ -250,6 +250,19 @@ </item> <item> + <tags>:ju :jumps</tags> + <strut/> + <spec>:ju<oa>mps</oa></spec> + <description> + <p> + Display the jump list. + The jump numbers shown are suitable as arguments to <k name="C-o"/> + or <k name="C-i"/>. + </p> + </description> +</item> + +<item> <tags><![CDATA[<M-Left> <A-Left> H]]></tags> <strut/> <spec>[count]H</spec> |