diff options
author | nyamatongwe <devnull@localhost> | 2006-12-12 23:42:21 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2006-12-12 23:42:21 +0000 |
commit | 6ede8b8bd03de00a6767cc7d41210c4e002c5aa3 (patch) | |
tree | 0069e5d1c2435786149e5841a1271281f8a16901 | |
parent | 5e3995c101f815376f9eee307fb599b05a07daa5 (diff) | |
download | scintilla-mirror-6ede8b8bd03de00a6767cc7d41210c4e002c5aa3.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. |