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

Clarify :set! documentation.

Closes issue #519.

--HG--
extra : rebase_source : 18f6188af12ec41c4c7ea0a1e8789422b13717ff
This commit is contained in:
Doug Kearns
2011-07-28 13:22:23 +10:00
parent c9b7fb3759
commit 9dd3533b76

View File

@@ -307,14 +307,17 @@
<item>
<tags>:set! :set-!</tags>
<spec>:se<oa>t</oa>! <a>preference</a>=<a>value</a></spec>
<spec>:se<oa>t</oa>! <a>preference</a>&amp;</spec>
<spec>:se<oa>t</oa>! </spec>
<description>
<p>
Change any &dactyl.host; <a>preference</a> (those on the about:config
page). You can also reset/delete these preferences with
<ex>:set! <a>preference</a>&amp;</ex>.
The same as <ex>:set</ex> but operates on &dactyl.host; preferences
(those on the about:config page). See <ex>:set</ex> for operator
details.
</p>
<note>
The <em>no</em> and <em>inv</em> prefix operators are not available
for setting preferences.
</note>
</description>
</item>