diff options
author | Neil <nyamatongwe@gmail.com> | 2016-09-19 11:25:35 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2016-09-19 11:25:35 +1000 |
commit | a15af913ee4a1e3373a3df8a1d7c5e81f3f0b9cf (patch) | |
tree | c403b3c2a8b038cb1130940cdc27eda95efc2672 | |
parent | 64eec884e7456bbd1236bc43624ad3e49e4cad55 (diff) | |
download | scintilla-mirror-a15af913ee4a1e3373a3df8a1d7c5e81f3f0b9cf.tar.gz |
Fix tag that was not terminated.
-rw-r--r-- | doc/ScintillaDoc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 852828942..700d06b62 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4656,7 +4656,7 @@ struct Sci_TextToFind { o When the user makes a selection you are sent a <code><a class="jump" href="#SCN_USERLISTSELECTION">SCN_USERLISTSELECTION</a></code> <a class="jump" href="#Notifications">notification message</a> rather than <code><a class="jump" - href="#SCN_AUTOCSELECTION">SCN_AUTOCSELECTION</a></code>.<br> + href="#SCN_AUTOCSELECTION">SCN_AUTOCSELECTION</a></code>.</p> <p>BEWARE: if you have set fillup characters or stop characters, these will still be active with the user list, and may result in items being selected or the user list cancelled due to |