From 9e9569bf65242305777562263cdacffbf99d03f5 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 23 Mar 2024 07:35:43 +1100 Subject: Remove outdated text. --- doc/ScintillaDoc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 25dce1dbf..076e20bb5 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -8698,7 +8698,7 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){

The types Sci_Position and Sci_PositionU are used for positions and line numbers in the document. -With Scintilla 4, 64-bit builds define these as 64-bit types to allow future implementation of documents larger than 2 GB. +64-bit builds define these as 64-bit types to allow documents larger than 2 GB.

-- cgit v1.2.3