mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 19:24:14 +01:00
fix some help typos
This commit is contained in:
@@ -986,7 +986,7 @@ vimperator.Mappings = function() //{{{
|
||||
{
|
||||
short_help: "Search forward for a pattern",
|
||||
usage: ["/{pattern}[/]<CR>"],
|
||||
help: "Search forward for the first occurance of <code class=\"argument\">{pattern}</code>.<br/>" +
|
||||
help: "Search forward for the first occurrence of <code class=\"argument\">{pattern}</code>.<br/>" +
|
||||
"If \"\\c\" appears anywhere in the pattern the whole pattern is handled as though <code class=\"option\">'ignorecase'</code> is on. " +
|
||||
"\"\\C\" forces case-sensitive matching for the whole pattern.<br/>" +
|
||||
"If \"\\l\" appears in the pattern only the text of links is searched for a match as though <code class=\"option\">'linksearch'</code> is on. " +
|
||||
@@ -998,7 +998,7 @@ vimperator.Mappings = function() //{{{
|
||||
{
|
||||
short_help: "Search backwards for a pattern",
|
||||
usage: ["?{pattern}[?]<CR>"],
|
||||
help: "Search backward for the first occurance of <code class=\"argument\">{pattern}</code>.<br/>" +
|
||||
help: "Search backward for the first occurrence of <code class=\"argument\">{pattern}</code>.<br/>" +
|
||||
"If \"\\c\" appears anywhere in the pattern the whole pattern is handled as though <code class=\"option\">'ignorecase'</code> is on. " +
|
||||
"\"\\C\" forces case-sensitive matching for the whole pattern.<br/>" +
|
||||
"If \"\\l\" appears in the pattern only the text of links is searched for a match as though <code class=\"option\">'linksearch'</code> is on. " +
|
||||
|
||||
Reference in New Issue
Block a user