aboutsummaryrefslogtreecommitdiff
path: root/doc/manual.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2020-08-08 22:14:47 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2020-08-08 22:14:47 -0400
commit4aae314e67116f73fdbf309d23f15ab8dcf1156c (patch)
treefb7f7abf384173fe0fdb2909d813cabc9c17acf2 /doc/manual.md
parent603d64864187ce5e2f3bed73ca6108b24ddde999 (diff)
downloadtextadept-4aae314e67116f73fdbf309d23f15ab8dcf1156c.tar.gz
textadept-4aae314e67116f73fdbf309d23f15ab8dcf1156c.zip
Use comma-separated patterns in find & replace pane's "Filter" field.
Diffstat (limited to 'doc/manual.md')
-rw-r--r--doc/manual.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.md b/doc/manual.md
index 3276c76d..3992c07d 100644
--- a/doc/manual.md
+++ b/doc/manual.md
@@ -763,7 +763,7 @@ result jumps to it in the file, as do the the `Ctrl+Alt+G` and
`Ctrl+Alt+Shift+G` (`^⌘G` and `^⌘⇧G` | none) key bindings for cycling through
results.
-A filter consists of a semicolon-separated list of [Lua patterns](#Lua.Patterns)
+A filter consists of a comma-separated list of [Lua patterns](#Lua.Patterns)
that match filenames and directories to include or exclude. Patterns are
inclusive by default. Exclusive patterns begin with a '!'. If no inclusive
patterns are given, any filename is initially considered. As a convenience,