aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2008-05-26 10:55:43 +0000
committernyamatongwe <devnull@localhost>2008-05-26 10:55:43 +0000
commitbce3dee004aa0486a0e3f49744ca23491e9dd601 (patch)
treea96aa2cfcc33092aca73c95f23c3d3dda125c9f9
parenta20ad9503afe2242fc13addfe547a1e46ce7e022 (diff)
downloadscintilla-mirror-bce3dee004aa0486a0e3f49744ca23491e9dd601.tar.gz
More accurate comment.
-rw-r--r--include/Scintilla.iface2
1 files changed, 1 insertions, 1 deletions
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.