diff options
author | Neil <nyamatongwe@gmail.com> | 2022-08-26 09:17:44 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2022-08-26 09:17:44 +1000 |
commit | 84ba032236e9577ca591fbe8a65648217351df23 (patch) | |
tree | 354f7ab49796ab90d9c0c9a79b78fa1aa82f600e | |
parent | 297d059674950f0bc5dee24387fd1f3950042599 (diff) | |
download | scintilla-mirror-84ba032236e9577ca591fbe8a65648217351df23.tar.gz |
Fix INDICATOR_HISTORY.rel-5-3-0
-rw-r--r-- | doc/ScintillaDoc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index dfa138b29..2b3a33e3a 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -129,7 +129,7 @@ <h1>Scintilla Documentation</h1> - <p>Last edited 31 July 2022 NH</p> + <p>Last edited 26 August 2022 NH</p> <p style="background:#90F0C0">Scintilla 5 has moved the lexers from Scintilla into a new <a href="Lexilla.html">Lexilla</a> project.<br /> @@ -1398,7 +1398,7 @@ struct Sci_TextToFindFull { <td>4</td> - <td>Display changes in the margin using the <code>INDICATOR_HISTORY</code> indicators.</td> + <td>Display changes in the text using the <code>INDICATOR_HISTORY</code> indicators.</td> </tr> </tbody> </table> |