From 39339a63de1d4c410a00b513d3fe9abc58c53117 Mon Sep 17 00:00:00 2001
From: nyamatongwe
Date: Wed, 27 Apr 2011 13:54:12 +1000
Subject: Include arguments in references.
---
doc/ScintillaDoc.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'doc/ScintillaDoc.html')
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 5a241e6d6..62f8a6eb9 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -3695,8 +3695,8 @@ struct Sci_TextToFind {
SCI_SETINDICATORCURRENT(int indicator)
SCI_GETINDICATORCURRENT
These two messages set and get the indicator that will be affected by calls to
- SCI_INDICATORFILLRANGE and
- SCI_INDICATORCLEARRANGE.
+ SCI_INDICATORFILLRANGE(int position, int fillLength) and
+ SCI_INDICATORCLEARRANGE(int position, int clearLength).
--
cgit v1.2.3