1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 18:27:58 +01:00

Document the bang arg to :loadplugins.

This commit is contained in:
Doug Kearns
2013-03-01 10:44:05 +11:00
parent 925b088495
commit 978abae9f7

View File

@@ -352,7 +352,7 @@
<item> <item>
<tags>:lpl :loadplugins</tags> <tags>:lpl :loadplugins</tags>
<strut/> <strut/>
<spec>:loadplugins <oa>pattern</oa></spec> <spec>:loadplugins[!] <oa>pattern</oa></spec>
<description> <description>
<p> <p>
Immediately load all plugins which have yet to be loaded. Because Immediately load all plugins which have yet to be loaded. Because
@@ -367,6 +367,9 @@
If <oa>pattern</oa>s are provided, the given regular expressions are If <oa>pattern</oa>s are provided, the given regular expressions are
used as filters rather than those in <o>loadplugins</o>. used as filters rather than those in <o>loadplugins</o>.
</p> </p>
<p>
If <oa>!</oa> is given the plugins are forcibly loaded.
</p>
</description> </description>
</item> </item>