1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 12:38:00 +01: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

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;
},
/**