1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-25 17:31:25 +02:00

Automagically generate :help key indexes.

This commit is contained in:
Kris Maglione
2011-01-06 13:01:26 -05:00
parent 269a12a71a
commit 34ce63a150
5 changed files with 36 additions and 195 deletions
+1 -1
View File
@@ -486,7 +486,7 @@ var Commands = Module("commands", {
for (let alias in values(names.slice(1)))
memoize(this._exMap, alias, closure);
return true;
return name;
},
/**