1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-13 09:25:45 +01:00

Unify "command-line" (adjective) and "command line" (substantive) usage.

This commit is contained in:
Štěpán Němec
2010-10-12 12:15:26 +02:00
parent 00b95bacab
commit 2a73dd35e2
8 changed files with 32 additions and 31 deletions

View File

@@ -162,11 +162,11 @@
<p>
Ex command files are executed as if each line were entered into
the <t>command-line</t> individually. Additionally, certain
commands support the same here document syntax supported by most
Unix shells and by the <t>command-line</t>. So, to execute a
JavaScript statement which does not comfortably fit on a single
line, you can use,
the <link topic="command-line">command line</link> individually.
Additionally, certain commands support the same here document
syntax supported by most Unix shells and by the <link topic="command-line">command line</link>.
So, to execute a JavaScript statement which does not comfortably fit
on a single line, you can use
</p>
<code><ex>:js</ex> &lt;&lt;<em>EOF</em>