mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 20:07:59 +01:00
don't bother returning a status value in Marks#jumpTo and remove trailing comma
in :mark help propery assignment
This commit is contained in:
@@ -510,7 +510,7 @@ function Commands() //{{{
|
||||
},
|
||||
{
|
||||
usage: ["ma[rk] {arg}"],
|
||||
short_help: "Mark current location within the webpage",
|
||||
short_help: "Mark current location within the webpage"
|
||||
}
|
||||
));
|
||||
addDefaultCommand(new Command(["marks"],
|
||||
|
||||
Reference in New Issue
Block a user