1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-20 20:25:46 +01:00

document that incremental searching doesn't search backwards when using ?

This commit is contained in:
Doug Kearns
2007-09-05 12:19:33 +00:00
parent 70b88d5615
commit 71114e5f19
3 changed files with 4 additions and 4 deletions

View File

@@ -441,6 +441,7 @@ function Options() //{{{
addOption(new Option(["incsearch", "is"], "boolean",
{
short_help: "Show where the search pattern matches as it is typed",
help: "NOTE: Incremental searching currently only works in the forward direction.",
default_value: true
}
));