1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-26 22:11:27 +02:00

More "command-line edits" in prompts.

Again, by Chicago Manual of Style (CMOS) and several other style guides, we
hyphenate compound /modifiers/ when they come /before/ the word being
modified.

So the "command line" is not hyphenated, but the "command-line mode" is. 

This is consistent with Vim help style conventions as well.
This commit is contained in:
Ted Pavlic
2009-01-17 12:46:10 -05:00
parent 59343a3712
commit f618833c18
7 changed files with 27 additions and 27 deletions
+3 -3
View File
@@ -19,7 +19,7 @@ ____
||:norm[al][!] {commands}|| +
________________________________________________________________________________
Execute Normal mode commands {commands}. This makes it possible to execute
Normal mode commands typed on the command-line. {commands} is executed like it
Normal mode commands typed on the command line. {commands} is executed like it
is typed. If the [!] is given, mappings will not be used. {commands} should be
a complete command. {commands} cannot start with a space. Put a 1 (one) before
it, 1 space is one space.
@@ -94,8 +94,8 @@ section:Uncategorized{nbsp}help[uncategorized]
|<C-[>| |<Esc>| +
||<Esc>||
________________________________________________________________________________
Focus content. Exits any command-line or hint mode and returns to browser
mode. Also focuses the web page, in case a form field has focus and eats
Focus content. Exits command-line or hint mode and returns to browser
mode. Also focuses the web page in case a form field has focus and eats
our key presses.
________________________________________________________________________________