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

more help updates

This commit is contained in:
Martin Stubenschrott
2008-01-14 15:50:02 +00:00
parent b2bdf6edca
commit 052d3314e4
7 changed files with 119 additions and 145 deletions

View File

@@ -301,7 +301,7 @@ vimperator.Completion = function () //{{{
Help: function (filter)
{
var res = [];
var files = ["intro.html", "options.xhtml", "motion.html"];
var files = ["intro.html", "options.html", "motion.html", "starting.html"];
for (var file in files)
{
try