1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 18:27:57 +01:00

fix some help text typos

This commit is contained in:
Doug Kearns
2007-06-07 06:45:34 +00:00
parent a4fa8a4106
commit 7ae35965d9
4 changed files with 15 additions and 15 deletions

View File

@@ -312,7 +312,7 @@ function Commands()//{{{
usage: ["bmd[el] [-T] {url}"], usage: ["bmd[el] [-T] {url}"],
short_help: "Delete a bookmark", short_help: "Delete a bookmark",
help: "Deletes <b>all</b> bookmarks which matches the url AND the specified tags. Use <code>&lt;Tab&gt;</code> key on a regular expression to complete the url which you want to delete.<br/>" + help: "Deletes <b>all</b> bookmarks which matches the url AND the specified tags. Use <code>&lt;Tab&gt;</code> key on a regular expression to complete the url which you want to delete.<br/>" +
"The following options WILL be interpretted in the future:<br/>" + "The following options WILL be interpreted in the future:<br/>" +
" -T comma,separated,tag,list <br/>", " -T comma,separated,tag,list <br/>",
completer: function(filter) { return get_bookmark_completions(filter); } completer: function(filter) { return get_bookmark_completions(filter); }
} }
@@ -324,7 +324,7 @@ function Commands()//{{{
short_help: "Show bookmarks", short_help: "Show bookmarks",
help: "Open the preview window at the bottom of the screen for all bookmarks which match the regexp either in the title or URL.<br/>" + help: "Open the preview window at the bottom of the screen for all bookmarks which match the regexp either in the title or URL.<br/>" +
"Close this window with <code class=\"command\">:pclose</code> or open entries with double click in the current tab or middle click in a new tab.<br/>" + "Close this window with <code class=\"command\">:pclose</code> or open entries with double click in the current tab or middle click in a new tab.<br/>" +
"The following options WILL be interpretted in the future:<br/>" + "The following options WILL be interpreted in the future:<br/>" +
" -T comma,separated,tag,list <br/>", " -T comma,separated,tag,list <br/>",
completer: function(filter) { return get_bookmark_completions(filter); } completer: function(filter) { return get_bookmark_completions(filter); }
} }
@@ -360,7 +360,7 @@ function Commands()//{{{
{ {
usage: ["ec[ho]"], usage: ["ec[ho]"],
short_help: "Display a string at the bottom of the window", short_help: "Display a string at the bottom of the window",
help: "Echo all arguments of this command. Useful for showing informational messages.<br/>Multiple lines WILL be seperated by \\n." help: "Echo all arguments of this command. Useful for showing informational messages.<br/>Multiple lines WILL be separated by \\n."
} }
)); ));
addDefaultCommand(new Command(["echoe[rr]"], addDefaultCommand(new Command(["echoe[rr]"],
@@ -368,7 +368,7 @@ function Commands()//{{{
{ {
usage: ["echoe[rr]"], usage: ["echoe[rr]"],
short_help: "Display an error string at the bottom of the window", short_help: "Display an error string at the bottom of the window",
help: "Echo all arguments of this command highlighted in red. Useful for showing important messages.<br/>Multiple lines WILL be seperated by \\n." help: "Echo all arguments of this command highlighted in red. Useful for showing important messages.<br/>Multiple lines WILL be separated by \\n."
} }
)); ));
addDefaultCommand(new Command(["exe[cute]"], addDefaultCommand(new Command(["exe[cute]"],
@@ -483,7 +483,7 @@ function Commands()//{{{
usage: ["o[pen] [url] [| url]"], usage: ["o[pen] [url] [| url]"],
short_help: "Open one or more URLs in the current tab", short_help: "Open one or more URLs in the current tab",
help: "Multiple URLs can be separated with the | character.<br/>" + help: "Multiple URLs can be separated with the | character.<br/>" +
"Each |-separated token is analayzed and in this order:<br/>"+ "Each |-separated token is analyzed and in this order:<br/>"+
"<ol>"+ "<ol>"+
"<li>Transformed to a relative URL of the current location if it starts with . or .. or ...;<br/>"+ "<li>Transformed to a relative URL of the current location if it starts with . or .. or ...;<br/>"+
"... is special and moves up the directory hierarchy as far as possible."+ "... is special and moves up the directory hierarchy as far as possible."+
@@ -558,7 +558,7 @@ function Commands()//{{{
{ {
usage: ["res[tart]"], usage: ["res[tart]"],
short_help: "Force the browser to restart", short_help: "Force the browser to restart",
help: "Useful when installing extenstions." help: "Useful when installing extensions."
} }
)); ));
addDefaultCommand(new Command(["sav[eas]"], addDefaultCommand(new Command(["sav[eas]"],

View File

@@ -406,7 +406,7 @@ function Mappings()//{{{
{ {
short_help: "Scroll document to the left", short_help: "Scroll document to the left",
help: "Count is supported: <code class=\"mapping\">10h</code> will move 10 times as much to the left.<br/>" + help: "Count is supported: <code class=\"mapping\">10h</code> will move 10 times as much to the left.<br/>" +
"If the document cannot scroll more, a beep is emmited (unless <code class=\"option\">'beep'</code> is turned off).", "If the document cannot scroll more, a beep is emitted (unless <code class=\"option\">'beep'</code> is turned off).",
flags: Mappings.flags.COUNT flags: Mappings.flags.COUNT
} }
)); ));
@@ -414,7 +414,7 @@ function Mappings()//{{{
{ {
short_help: "Scroll document down", short_help: "Scroll document down",
help: "Count is supported: <code class=\"mapping\">10j</code> will move 10 times as much down.<br/>" + help: "Count is supported: <code class=\"mapping\">10j</code> will move 10 times as much down.<br/>" +
"If the document cannot scroll more, a beep is emmited (unless <code class=\"option\">'beep'</code> is turned off).", "If the document cannot scroll more, a beep is emitted (unless <code class=\"option\">'beep'</code> is turned off).",
flags: Mappings.flags.COUNT flags: Mappings.flags.COUNT
} }
)); ));
@@ -422,7 +422,7 @@ function Mappings()//{{{
{ {
short_help: "Scroll document up", short_help: "Scroll document up",
help: "Count is supported: <code class=\"mapping\">10k</code> will move 10 times as much up.<br/>" + help: "Count is supported: <code class=\"mapping\">10k</code> will move 10 times as much up.<br/>" +
"If the document cannot scroll more, a beep is emmited (unless <code class=\"option\">'beep'</code> is turned off).", "If the document cannot scroll more, a beep is emitted (unless <code class=\"option\">'beep'</code> is turned off).",
flags: Mappings.flags.COUNT flags: Mappings.flags.COUNT
} }
)); ));
@@ -430,7 +430,7 @@ function Mappings()//{{{
{ {
short_help: "Scroll document to the right", short_help: "Scroll document to the right",
help: "Count is supported: <code class=\"mapping\">10l</code> will move 10 times as much to the right.<br/>" + help: "Count is supported: <code class=\"mapping\">10l</code> will move 10 times as much to the right.<br/>" +
"If the document cannot scroll more, a beep is emmited (unless <code class=\"option\">'beep'</code> is turned off).", "If the document cannot scroll more, a beep is emitted (unless <code class=\"option\">'beep'</code> is turned off).",
flags: Mappings.flags.COUNT flags: Mappings.flags.COUNT
} }
)); ));
@@ -506,7 +506,7 @@ function Mappings()//{{{
help: "In AlwaysHint mode, every hintable item (according to the <code class=\"option\">'hinttags'</code> XPath query) is assigned a label.<br/>" + help: "In AlwaysHint mode, every hintable item (according to the <code class=\"option\">'hinttags'</code> XPath query) is assigned a label.<br/>" +
"If you then press the keys for a label, it is followed as soon as it can be uniquely identified. Labels stay active after following a hint in this mode, press <code class=\"mapping\">&lt;Esc&gt;</code> to stop this mode.<br/>" + "If you then press the keys for a label, it is followed as soon as it can be uniquely identified. Labels stay active after following a hint in this mode, press <code class=\"mapping\">&lt;Esc&gt;</code> to stop this mode.<br/>" +
"This hint mode is especially useful for browsing large sites like Forums as hints are automatically regenerated when switching to a new document.<br/>" + "This hint mode is especially useful for browsing large sites like Forums as hints are automatically regenerated when switching to a new document.<br/>" +
"Also, most <code class=\"mapping\">Ctrl</code>-prefixed short_helpcut keys are available in this mode for navigation." "Also, most <code class=\"mapping\">Ctrl</code>-prefixed shortcut keys are available in this mode for navigation."
} }
)); ));
addDefaultMap(new Map(vimperator.modes.NORMAL, [";"], function(count) { hah.enableHahMode(vimperator.modes.EXTENDED_HINT); }, addDefaultMap(new Map(vimperator.modes.NORMAL, [";"], function(count) { hah.enableHahMode(vimperator.modes.EXTENDED_HINT); },
@@ -526,7 +526,7 @@ function Mappings()//{{{
"<li><code class=\"mapping\">s</code> to save its destination (not implemented yet)</li>" + "<li><code class=\"mapping\">s</code> to save its destination (not implemented yet)</li>" +
"<li><code class=\"mapping\">&lt;C-w&gt;</code> to open its destination in a new window</li>" + "<li><code class=\"mapping\">&lt;C-w&gt;</code> to open its destination in a new window</li>" +
"</ul>" + "</ul>" +
"Multiple hints can be seperated by commas where it makes sense. <code class=\"mapping\">;ab,ac,adt</code> opens <code>AB</code>, <code>AC</code> and <code>AD</code> in a new tab.<br/>" + "Multiple hints can be separated by commas where it makes sense. <code class=\"mapping\">;ab,ac,adt</code> opens <code>AB</code>, <code>AC</code> and <code>AD</code> in a new tab.<br/>" +
"Hintable elements for this mode can be set in the <code class=\"option\">'extendedhinttags'</code> XPath string." "Hintable elements for this mode can be set in the <code class=\"option\">'extendedhinttags'</code> XPath string."
} }
)); ));
@@ -578,7 +578,7 @@ function Mappings()//{{{
{ {
short_help: "Escape next key", short_help: "Escape next key",
help: "If you need to pass a certain key to a javascript form field or another extension prefix the key with <code class=\"mapping\">&lt;C-v&gt;</code>.<br/>" + help: "If you need to pass a certain key to a javascript form field or another extension prefix the key with <code class=\"mapping\">&lt;C-v&gt;</code>.<br/>" +
"Also works to unshadow Firefox short_helpcuts like <code class=\"mapping\">&lt;C-o&gt;</code> which are otherwise hidden in Vimperator.<br/>" + "Also works to unshadow Firefox shortcuts like <code class=\"mapping\">&lt;C-o&gt;</code> which are otherwise hidden in Vimperator.<br/>" +
"When in 'ignorekeys' mode (activated by <code class=\"mapping\">&lt;I&gt;</code>), <code class=\"mapping\">&lt;C-v&gt;</code> will pass the next key to Vimperator instead of the webpage." "When in 'ignorekeys' mode (activated by <code class=\"mapping\">&lt;I&gt;</code>), <code class=\"mapping\">&lt;C-v&gt;</code> will pass the next key to Vimperator instead of the webpage."
} }
)); ));