From bce3dee004aa0486a0e3f49744ca23491e9dd601 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 26 May 2008 10:55:43 +0000 Subject: More accurate comment. --- include/Scintilla.iface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 8641c6d91..edecbec51 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -104,7 +104,7 @@ fun void ClearAll=2004(,) # Set all style bytes to 0, remove all folding information. fun void ClearDocumentStyle=2005(,) -# Returns the number of characters in the document. +# Returns the number of bytes in the document. get int GetLength=2006(,) # Returns the character byte at the position. -- cgit v1.2.3