diff options
author | nyamatongwe <devnull@localhost> | 2001-04-15 13:45:12 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-04-15 13:45:12 +0000 |
commit | 6081d3a149453774f56fcbd84457ee9509725bc9 (patch) | |
tree | f6fb616b8f3630aed5cea1d57275c0cdae1cca59 | |
parent | 41303528cb176bac4d25846520660cc48e78c321 (diff) | |
download | scintilla-mirror-6081d3a149453774f56fcbd84457ee9509725bc9.tar.gz |
Removed blank lines.
-rw-r--r-- | doc/ScintillaDoc.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 39eaa2816..1b56ad265 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -270,9 +270,6 @@ SCI_FINDTEXT(int flags, TextToFind *ttf) to indicate a set of characters, ^ within a set to complement the set, ^ outside a set to match the start of line, $ to match the end of line, * to match 0 or more times, + to match 1 or more times - - - </p> <pre> SCI_SEARCHANCHOR |