From 2b7e989daaddeff39524ad35f87ab7ca40f3068c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 27 Nov 2003 12:29:42 +0000 Subject: Typo. --- include/Scintilla.iface | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 1d30cb89d..cc3304c52 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1476,10 +1476,10 @@ set void SetSelectionMode=2422(int mode,) # Get the mode of the current selection. get int GetSelectionMode=2423(,) -# Retrieve the position of the start of the selection at the given line (INVALID_POSITION of no selection on this line). +# Retrieve the position of the start of the selection at the given line (INVALID_POSITION if no selection on this line). fun position GetLineSelStartPosition=2424(int line,) -# Retrieve the position of the end of the selection at the given line (INVALID_POSITION of no selection on this line). +# Retrieve the position of the end of the selection at the given line (INVALID_POSITION if no selection on this line). fun position GetLineSelEndPosition=2425(int line,) -- cgit v1.2.3