From 6ede8b8bd03de00a6767cc7d41210c4e002c5aa3 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 12 Dec 2006 23:42:21 +0000 Subject: Corrected comment about LineLength. --- include/Scintilla.iface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3