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:
@@ -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> <<<em>EOF</em>
|
||||
|
||||
Reference in New Issue
Block a user