1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 15:48:00 +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>
<tags>:lpl :loadplugins</tags>
<strut/>
<spec>:loadplugins <oa>pattern</oa></spec>
<spec>:loadplugins[!] <oa>pattern</oa></spec>
<description>
<p>
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
used as filters rather than those in <o>loadplugins</o>.
</p>
<p>
If <oa>!</oa> is given the plugins are forcibly loaded.
</p>
</description>
</item>