From bec890c3aae5e62e7fbd0c8505aee89b5e1ede47 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 18 Sep 2001 01:23:24 +0000 Subject: Minor patch from Andrew. --- doc/ScintillaDoc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index c610de791..a5f1eae78 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -1064,7 +1064,7 @@ SCI_VISIBLEFROMDOCLINE(int docLine) SCI_DOCLINEFROMVISIBLE(int displayLine) SCI_SETFOLDLEVEL(int line, int level) SCI_SETFOLDFLAGS(int flags) -SCI_GETFOLDLEVEL(int level) +SCI_GETFOLDLEVEL(int line) SCI_GETLASTCHILD(int line) SCI_GETFOLDPARENT(int line) SCI_SHOWLINES(int lineStart, int lineEnd) -- cgit v1.2.3