diff options
author | Neil <nyamatongwe@gmail.com> | 2021-05-15 17:18:59 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-05-15 17:18:59 +1000 |
commit | 98e6b6ff51e05ae08e31c81954ff10dfb7191be5 (patch) | |
tree | e64b38e41d43bdfc37f69daeb600f7e7b0371e91 /doc/ScintillaDoc.html | |
parent | ad7f10a29853beb17663e72e6fd18e8977ebec42 (diff) | |
download | scintilla-mirror-98e6b6ff51e05ae08e31c81954ff10dfb7191be5.tar.gz |
Protect against out-of-bounds layout cache level and remove unnecessary code.
Make documentation more accurate.
Diffstat (limited to 'doc/ScintillaDoc.html')
-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 d28b8f859..e24a7a9ad 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -7450,7 +7450,7 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){ <td align="center">1</td> - <td>The line containing the text caret. This is the default.</td> + <td>One line is cached. This is the default.</td> </tr> <tr> |