From bcd8a0f46d6abf5f8f5bbb131efed32d62a00da1 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 18 Nov 2003 09:19:46 +0000 Subject: Typo fixed. --- doc/ScintillaDoc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 86be00fb8..54dc260f0 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -1054,7 +1054,7 @@ struct TextToFind { SCI_GETSELTEXT(<unused>, char *text)
This copies the currently selected text and a terminating 0 byte to the text buffer. The buffer must be at least - SCI_GETSELECTIONEND()-SCI_SETSELECTIONSTART()+1 bytes long.
+ SCI_GETSELECTIONEND()-SCI_GETSELECTIONSTART()+1 bytes long.

See also: SCI_GETCURLINE,