mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 02:12:27 +01:00
Add a "boolean" help tag and a hint regarding boolean option manipulation.
This commit is contained in:
@@ -18,7 +18,13 @@
|
||||
</p>
|
||||
|
||||
<dl dt="width: 10em;">
|
||||
<dt>boolean</dt> <dd>Can only be <hl key="Boolean">on</hl> or <hl key="Boolean">off</hl></dd>
|
||||
<dt/><dd tag="boolean"/>
|
||||
<dt>boolean</dt>
|
||||
<dd>
|
||||
Can only be <hl key="Boolean">on</hl> (<ex>:set <a>option</a></ex>) or
|
||||
<hl key="Boolean">off</hl> (<ex>:set no<a>option</a></ex>)
|
||||
</dd>
|
||||
|
||||
<dt>number</dt> <dd>A numeric value</dd>
|
||||
<dt>string</dt> <dd>A string value</dd>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user