mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-09 21:15:47 +01:00
Unify "command-line" (adjective) and "command line" (substantive) usage.
This commit is contained in:
@@ -367,12 +367,13 @@
|
||||
Enables automatic completion for completion groups matching the
|
||||
given regular expressions. When automatic completion is enabled,
|
||||
the completion list is automatically opened when the
|
||||
<t>command-line</t> is focused. Thereafter, any key press
|
||||
triggers a completion update for the matching groups (hereafter
|
||||
‘contexts’). Non-matching contexts will only be updated when the
|
||||
<k name="Tab" mode="c"/> key is pressed. This option is useful for
|
||||
disabling auto-completion for computationally intensive contexts
|
||||
that don't perform well when your system is under load.
|
||||
<link topic="command-line">command line</link> is focused.
|
||||
Thereafter, any key press triggers a completion update for the
|
||||
matching groups (hereafter ‘contexts’). Non-matching contexts will
|
||||
only be updated when the <k name="Tab" mode="c"/> key is pressed.
|
||||
This option is useful for disabling auto-completion for
|
||||
computationally intensive contexts that don't perform well when
|
||||
your system is under load.
|
||||
</p>
|
||||
|
||||
<example>
|
||||
@@ -632,12 +633,12 @@
|
||||
|
||||
<dl dt="width: 6em;">
|
||||
<dt>B</dt> <dd>Bookmark bar</dd>
|
||||
<dt>C</dt> <dd>Always show the command-line outside of the status line</dd>
|
||||
<dt>C</dt> <dd>Always show the command line outside of the status line</dd>
|
||||
<dt>M</dt> <dd>Always show messages outside of the status line</dd>
|
||||
<dt>N</dt> <dd>Tab number over image</dd>
|
||||
<dt>T</dt> <dd>Toolbar</dd>
|
||||
<dt>b</dt> <dd>Bottom scrollbar</dd>
|
||||
<dt>c</dt> <dd>Always show the command-line, even when empty</dd>
|
||||
<dt>c</dt> <dd>Always show the command line, even when empty</dd>
|
||||
<dt>l</dt> <dd>Left scrollbar (<em>l</em> and <em>r</em> are mutually exclusive)</dd>
|
||||
<dt>m</dt> <dd>Menu bar</dd>
|
||||
<dt>n</dt> <dd>Tab number</dd>
|
||||
@@ -1261,8 +1262,8 @@
|
||||
|
||||
<dl dt="width: 6em;">
|
||||
<dt>0</dt> <dd>Don't show link destination</dd>
|
||||
<dt>1</dt> <dd>Show the link's destination in the <t>status-line</t></dd>
|
||||
<dt>2</dt> <dd>Show the link's destination in the <t>command-line</t></dd>
|
||||
<dt>1</dt> <dd>Show the link's destination in the <link topic="status-line">status line</link></dd>
|
||||
<dt>2</dt> <dd>Show the link's destination in the <link topic="command-line">command line</link></dd>
|
||||
</dl>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user