mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 17:42:26 +01:00
--HG-- branch : xslt rename : common/locale/en-US/intro.xml => vimperator/locale/en-US/intro.xml rename : common/locale/en-US/tutorial.xml => vimperator/locale/en-US/tutorial.xml
27 lines
738 B
XML
27 lines
738 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml-stylesheet type="text/xsl" href="chrome://liberator/content/help.xsl"?>
|
|
|
|
<!DOCTYPE overlay SYSTEM "chrome://liberator/content/liberator.dtd">
|
|
|
|
<overlay
|
|
xmlns="http://vimperator.org/namespaces/liberator"
|
|
xmlns:html="http://www.w3.org/1999/xhtml">
|
|
|
|
<item insertbefore=":set">
|
|
<tags>:seg :way</tags>
|
|
<spec>:se[a]</spec>
|
|
<description>
|
|
<p>Show all options that differ from their default value.</p>
|
|
</description>
|
|
</item>
|
|
|
|
<item insertafter=":set-default">
|
|
<tags>:sturm :drang</tags>
|
|
<spec>:und</spec>
|
|
<description>
|
|
<p>Show all options that differ from their default value.</p>
|
|
</description>
|
|
</item>
|
|
</overlay>
|
|
<!-- vim:se sts=4 sw=4 et: -->
|