diff options
author | 2014-09-29 21:37:18 -0400 | |
---|---|---|
committer | 2014-09-29 21:37:18 -0400 | |
commit | 42aa663a9dd8b5008530e117c677ed391879c5c7 (patch) | |
tree | 0925a4577ab0950ac8715b4e364828833f1a311a /doc/manual.md | |
parent | db76cede3abb210f0c636d971b8de6d447619403 (diff) | |
download | textadept-42aa663a9dd8b5008530e117c677ed391879c5c7.tar.gz textadept-42aa663a9dd8b5008530e117c677ed391879c5c7.zip |
State that "Replace in Selection" is for contiguous selections; doc/manual.html
Diffstat (limited to 'doc/manual.md')
-rw-r--r-- | doc/manual.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/manual.md b/doc/manual.md index fd7ac5c1..36dc0157 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -723,8 +723,9 @@ Pressing `Esc` (`⎋` | `Esc`) hides the pane after you finish with it. ### Replace in Selection -By default, "Replace All" replaces all text in the buffer. Selecting a block of -text and then "Replace All" replaces all text in the selection. +By default, "Replace All" replaces all text in the buffer. Selecting a +contiguous block of text and then "Replace All" replaces all text in the +selection. ### Find in Files |