diff options
author | Doug Kearns <dougkearns@gmail.com> | 2007-08-28 12:14:10 +0000 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2007-08-28 12:14:10 +0000 |
commit | 9dd04ae7220a80f27e6b5b17ea99786dd39154c2 (patch) | |
tree | 3ae6b9163247bbaa9602b1760bca03f6db528950 /chrome | |
parent | 85ae819eb8b332f3f575aae0c5862c94129661d9 (diff) | |
download | pentadactyl-9dd04ae7220a80f27e6b5b17ea99786dd39154c2.tar.gz |
minor help highlighting improvments
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/content/vimperator/commands.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/content/vimperator/commands.js b/chrome/content/vimperator/commands.js index 62bddeac..7474b27d 100644 --- a/chrome/content/vimperator/commands.js +++ b/chrome/content/vimperator/commands.js @@ -520,8 +520,8 @@ function Commands() //{{{ { usage: ["h[elp] {subject}"], short_help: "Open the help window", - help: "You can jump to the specified {subject} with <code class=\"command\">:help {subject}</code>.<br/>" + - "Make sure you use the full vim notation when jumping to {subject}. This means:<br/>" + + help: "You can jump to the specified <code class=\"argument\">{subject}</code> with <code class=\"command\">:help {subject}</code>.<br/>" + + "Make sure you use the full vim notation when jumping to <code class=\"argument\">{subject}</code>. This means:<br/>" + "<ul>" + "<li><code class=\"command\">:help :help</code> for commands (: prefix)</li>" + "<li><code class=\"command\">:help 'complete'</code> for options (surrounded by ' and ')</li>" + @@ -1280,8 +1280,8 @@ function Commands() //{{{ { usage: ["zo[om] [value]", "zo[om] +{value} | -{value}"], short_help: "Set zoom value of the web page", - help: "{value} can be an absolute value between 1 and 2000% or a relative value if prefixed with - or +. " + - "If {value} is omitted, zoom is reset to 100%." + help: "If <code class=\"argument\">{value}</code> can be an absolute value between 1 and 2000% or a relative value if prefixed with - or +. " + + "If <code class=\"argument\">{value}</code> is omitted, zoom is reset to 100%." } )); //}}} |