aboutsummaryrefslogtreecommitdiff
path: root/doc/manual.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual.md')
-rw-r--r--doc/manual.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/manual.md b/doc/manual.md
index c1a3d0dd..0c1ec03c 100644
--- a/doc/manual.md
+++ b/doc/manual.md
@@ -517,12 +517,11 @@ You can summon the find & replace pane via `Ctrl+F` on Windows, Linux and BSD,
find and replace functionality you would expect, along with "Match Case",
"Whole Word", "[Regex](#Regex.and.Lua.Pattern.Syntax)", and "In Files" options.
The pane also stores find and replace history, up to 10 entries for each. As you
-search, Textadept automatically highlights all instances of found text in the
-current buffer. You can turn this off by setting
-[`ui.find.highlight_all_matches`][]. For example, in your
-*~/.textadept/init.lua*:
+search, Textadept can automatically highlight all instances of found text in the
+current buffer by setting [`ui.find.highlight_all_matches`][]. For example, in
+your *~/.textadept/init.lua*:
- ui.find.highlight_all_matches = false
+ ui.find.highlight_all_matches = true
**Note:** Textadept does not support multi-line regex searches.