1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 21:17: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)$");
options.add(["pageinfo", "pa"],
"Desired info on :pa[geinfo]",
"Desired info in the :pageinfo output",
"charlist", "gfm",
{
completer: function (context) [[k, v[1]] for ([k, v] in Iterator(pageInfo))],