1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 05:38:00 +01:00

change short version of 'linksearch' to 'lks' since 'ls' is used by

'laststatus'
This commit is contained in:
Doug Kearns
2007-10-01 07:02:33 +00:00
parent 0ae1c7befe
commit 9d83f36f8a
2 changed files with 4 additions and 4 deletions

View File

@@ -503,7 +503,7 @@ function Options() //{{{
validator: function (value) { if (value >= 0 && value <= 2) return true; else return false; }
}
));
addOption(new Option(["linksearch", "ls"], "boolean",
addOption(new Option(["linksearch", "lks"], "boolean",
{
short_help: "Limit the search to hyperlink text",
help: "This includes (X)HTML elements with an \"href\" atrribute and XLink \"simple\" links.",