mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-27 19:23:32 +01:00
Fix some option descriptions so they're properly help linkified.
This commit is contained in:
@@ -280,7 +280,7 @@ var RangeFinder = Module("rangefinder", {
|
||||
});
|
||||
|
||||
options.add(["incfind", "if"],
|
||||
"Find a pattern incrementally as it is typed rather than awaiting <Return>",
|
||||
"Find a pattern incrementally as it is typed rather than awaiting c_<Return>",
|
||||
"boolean", true);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user