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

Clean up some option descriptions.

This commit is contained in:
Doug Kearns
2009-07-24 21:01:45 +10:00
parent 93c573d04f
commit 04b96235be
7 changed files with 13 additions and 13 deletions

View File

@@ -156,7 +156,7 @@ function Buffer() //{{{
"stringlist", "\\bprev|previous\\b,^<$,^(<<|\u00AB)$,^(<|\u00AB),(<|\u00AB)$"); "stringlist", "\\bprev|previous\\b,^<$,^(<<|\u00AB)$,^(<|\u00AB),(<|\u00AB)$");
options.add(["pageinfo", "pa"], options.add(["pageinfo", "pa"],
"Desired info on :pa[geinfo]", "Desired info in the :pageinfo output",
"charlist", "gfm", "charlist", "gfm",
{ {
completer: function (context) [[k, v[1]] for ([k, v] in Iterator(pageInfo))], completer: function (context) [[k, v[1]] for ([k, v] in Iterator(pageInfo))],

View File

@@ -803,9 +803,9 @@ function Hints() //{{{
"number", 0, "number", 0,
{ {
completer: function () [ completer: function () [
["0", "Follow the first hint as soon as typed text uniquely identifies it. Follow the selected hint on [m]<Return>[m]."], ["0", "Follow the first hint as soon as typed text uniquely identifies it. Follow the selected hint on <Return>."],
["1", "Follow the selected hint on [m]<Return>[m]."], ["1", "Follow the selected hint on <Return>."],
["2", "Follow the selected hint on [m]<Return>[m] only it's been [m]<Tab>[m]-selected."] ["2", "Follow the selected hint on <Return> only it's been <Tab>-selected."]
], ],
validator: Option.validateCompleter validator: Option.validateCompleter
}); });

View File

@@ -769,7 +769,7 @@ function CommandLine() //{{{
}); });
options.add(["complete", "cpt"], options.add(["complete", "cpt"],
"Items which are completed at the :[tab]open prompt", "Items which are completed at the :open prompts",
"charlist", "slf", "charlist", "slf",
{ {
completer: function (context) [k for each (k in completion.urlCompleters)], completer: function (context) [k for each (k in completion.urlCompleters)],

View File

@@ -278,7 +278,7 @@ section:Options[option-index]
||'activate'|| Define when tabs are automatically activated + ||'activate'|| Define when tabs are automatically activated +
||'cdpath'|| List of directories searched when executing [c]:cd[c] + ||'cdpath'|| List of directories searched when executing [c]:cd[c] +
||'complete'|| Items which are completed at the [c]:[tab]open[c] prompt + ||'complete'|| Items which are completed at the [c]:open[c] prompts +
||'defsearch'|| Set the default search engine + ||'defsearch'|| Set the default search engine +
||'editor'|| Set the external text editor + ||'editor'|| Set the external text editor +
||'encoding'|| Changes the character encoding of the current buffer + ||'encoding'|| Changes the character encoding of the current buffer +
@@ -310,7 +310,7 @@ section:Options[option-index]
||'newtab'|| Define which commands should output in a new tab by default + ||'newtab'|| Define which commands should output in a new tab by default +
||'nextpattern'|| Patterns to use when guessing the \'next' page in a document sequence + ||'nextpattern'|| Patterns to use when guessing the \'next' page in a document sequence +
||'online'|| Set the \'work offline' option + ||'online'|| Set the \'work offline' option +
||'pageinfo'|| Desired info on [c]:pa[geinfo][c] + ||'pageinfo'|| Desired info in the [c]:pageinfo[c] output +
||'popups'|| Where to show requested popup windows + ||'popups'|| Where to show requested popup windows +
||'previouspattern'|| Patterns to use when guessing the \'previous' page in a document sequence + ||'previouspattern'|| Patterns to use when guessing the \'previous' page in a document sequence +
||'private'|| Set the 'private browsing' option + ||'private'|| Set the 'private browsing' option +

View File

@@ -223,7 +223,7 @@ ____
|\'cpt'| |\'complete'| |\'cpt'| |\'complete'|
||'complete' 'cpt'|| charlist (default: slf) ||'complete' 'cpt'|| charlist (default: slf)
____ ____
Items which are completed at the [c]:[tab]open[c] prompt. Available items: Items which are completed at the [c]:open[c] prompts. Available items:
`---`-------------------------------------------------------------------------------- `---`--------------------------------------------------------------------------------
*s* Search engines and keyword URLs *s* Search engines and keyword URLs
@@ -586,7 +586,7 @@ ____
||'pageinfo' 'pa'|| ||'pageinfo' 'pa'||
charlist (default: gfm) charlist (default: gfm)
____ ____
Desired info on [c]:pa[geinfo][c]. Available items: Desired info in the [c]:pageinfo[c] output. Available items:
.--------`---------------- .--------`----------------
*g* General info *g* General info

View File

@@ -325,7 +325,7 @@ section:Options[option-index]
||'activate'|| Define when tabs are automatically activated + ||'activate'|| Define when tabs are automatically activated +
||'cdpath'|| List of directories searched when executing [c]:cd[c] + ||'cdpath'|| List of directories searched when executing [c]:cd[c] +
||'complete'|| Items which are completed at the [c]:[tab]open[c] prompt + ||'complete'|| Items which are completed at the [c]:open[c] prompts +
||'defsearch'|| Set the default search engine + ||'defsearch'|| Set the default search engine +
||'editor'|| Set the external text editor + ||'editor'|| Set the external text editor +
||'encoding'|| Changes the character encoding of the current buffer + ||'encoding'|| Changes the character encoding of the current buffer +
@@ -357,7 +357,7 @@ section:Options[option-index]
||'newtab'|| Define which commands should output in a new tab by default + ||'newtab'|| Define which commands should output in a new tab by default +
||'nextpattern'|| Patterns to use when guessing the \'next' page in a document sequence + ||'nextpattern'|| Patterns to use when guessing the \'next' page in a document sequence +
||'online'|| Set the \'work offline' option + ||'online'|| Set the \'work offline' option +
||'pageinfo'|| Desired info on [c]:pa[geinfo][c] + ||'pageinfo'|| Desired info in the [c]:pageinfo[c] output +
||'popups'|| Where to show requested popup windows + ||'popups'|| Where to show requested popup windows +
||'previouspattern'|| Patterns to use when guessing the \'previous' page in a document sequence + ||'previouspattern'|| Patterns to use when guessing the \'previous' page in a document sequence +
||'repeat'|| Set the playback repeat mode + ||'repeat'|| Set the playback repeat mode +

View File

@@ -223,7 +223,7 @@ ____
|\'cpt'| |\'complete'| |\'cpt'| |\'complete'|
||'complete' 'cpt'|| charlist (default: slf) ||'complete' 'cpt'|| charlist (default: slf)
____ ____
Items which are completed at the [c]:[tab]open[c] prompt. Available items: Items which are completed at the [c]:open[c] prompts. Available items:
`---`-------------------------------------------------------------------------------- `---`--------------------------------------------------------------------------------
*s* Search engines and keyword URLs *s* Search engines and keyword URLs
@@ -574,7 +574,7 @@ ____
||'pageinfo' 'pa'|| ||'pageinfo' 'pa'||
charlist (default: gfm) charlist (default: gfm)
____ ____
Desired info on [c]:pa[geinfo][c]. Available items: Desired info in the [c]:pageinfo[c] output. Available items:
.--------`---------------- .--------`----------------
*g* General info *g* General info