mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-03 06:05:45 +01:00
Rename appname/idname to appName/idName in help files to maintain parity with code.
This commit is contained in:
@@ -5,17 +5,17 @@
|
||||
|
||||
<document
|
||||
name="styling"
|
||||
title="&dactyl.appname; Styling"
|
||||
title="&dactyl.appName; Styling"
|
||||
xmlns="&xmlns.dactyl;"
|
||||
xmlns:html="&xmlns.html;">
|
||||
<h1 tag="styling">Styling the GUI and web pages</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
<p>
|
||||
&dactyl.appname; allows you to apply custom CSS styling to the web pages
|
||||
&dactyl.appName; allows you to apply custom CSS styling to the web pages
|
||||
you view as well as to the browser itself. Although it is possible to
|
||||
style any user interface element via the <ex>:style</ex> command, most
|
||||
&dactyl.appname; elements can be styled more easily by means of the
|
||||
&dactyl.appName; elements can be styled more easily by means of the
|
||||
more specialized <ex>:highlight</ex> command.
|
||||
</p>
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
<p>Valid groups include:</p>
|
||||
|
||||
<dl>
|
||||
<dt>Bell</dt> <dd>&dactyl.appname;'s visual bell</dd>
|
||||
<dt>Bell</dt> <dd>&dactyl.appName;'s visual bell</dd>
|
||||
<dt>Boolean</dt> <dd>A JavaScript Boolean object</dd>
|
||||
<dt>CmdLine</dt> <dd>The command line</dd>
|
||||
<dt>CmdOutput</dt> <dd>The output of commands executed by <ex>:run</ex></dd>
|
||||
|
||||
Reference in New Issue
Block a user