1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 06:52:28 +01:00

move appropriate help content from various.txt to eval.txt, hints.txt and

map.txt
This commit is contained in:
Doug Kearns
2008-08-01 03:30:11 +00:00
parent 366f9d79f4
commit b5bfcb4e10
10 changed files with 703 additions and 685 deletions

View File

@@ -403,8 +403,8 @@ const liberator = (function () //{{{
// they are sorted by relevance, not alphabetically
// TODO: move files to liberator.config
var files = ["intro.html", "tutorial.html", "starting.html", "browsing.html", "buffer.html",
"options.html", "tabs.html", "marks.html", "repeat.html",
"autocommands.html", "developer.html", "various.html"];
"options.html", "tabs.html", "hints.html", "map.html", "eval.html", "marks.html",
"repeat.html", "autocommands.html", "developer.html", "various.html"];
for (var file in files)
{