diff options
author | nyamatongwe <unknown> | 2006-12-12 23:42:21 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2006-12-12 23:42:21 +0000 |
commit | 63ecebff8cdc5ba839ac85e0556f1562c585c308 (patch) | |
tree | 0069e5d1c2435786149e5841a1271281f8a16901 | |
parent | c71a44fb35e26d8505d58814b0c0b0666b4f0ce2 (diff) | |
download | scintilla-mirror-63ecebff8cdc5ba839ac85e0556f1562c585c308.tar.gz |
Corrected comment about LineLength.
-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 b9ff854e0..277ea9237 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1311,7 +1311,7 @@ fun void LineCopy=2455(,) # Move the caret inside current view if it's not there already. fun void MoveCaretInsideView=2401(,) -# How many characters are on a line, not including end of line characters? +# How many characters are on a line, including end of line characters? fun int LineLength=2350(int line,) # Highlight the characters at two positions. |