1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-22 22:55:46 +01:00

Add &tag.command-line; and &tag.status-line; entities.

This commit is contained in:
Kris Maglione
2010-10-16 22:20:57 -04:00
parent 11a98b31f7
commit ce089bf60f
23 changed files with 36 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">
<!DOCTYPE document SYSTEM "chrome://dactyl/content/help.dtd">
<document
name="eval"
@@ -15,7 +15,7 @@
Much of the power of &dactyl.appName; lies in its scriptable expression
evaluation. &dactyl.appName; understands two kinds of expressions: Ex
commands, and JavaScript. Ex commands are simple, easy to type, and
readily accessible from the <link topic="command-line">command line</link>.
readily accessible from the &tag.command-line;.
They form a core part of the user interface. JavaScript, on the other hand,
is much less straightforward, but allows for any number of complex actions
to be executed, with full access to all of the internals of &dactyl.appName;