diff options
author | nyamatongwe <unknown> | 2008-05-26 10:55:43 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2008-05-26 10:55:43 +0000 |
commit | 93279b53bac70bd43e1aea42865732dea8de0aa9 (patch) | |
tree | a96aa2cfcc33092aca73c95f23c3d3dda125c9f9 | |
parent | ea0aaa86b8170178d198038ae5e0709541f5b342 (diff) | |
download | scintilla-mirror-93279b53bac70bd43e1aea42865732dea8de0aa9.tar.gz |
More accurate comment.
-rw-r--r-- | include/Scintilla.iface | 2 |
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. |