aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-09-18 01:23:24 +0000
committernyamatongwe <devnull@localhost>2001-09-18 01:23:24 +0000
commitbec890c3aae5e62e7fbd0c8505aee89b5e1ede47 (patch)
treeb961686fe5ea578c9a8b73d1bcbdca77f0118e73
parent062eda353f0a9060c8c262d698c66b1b5d8030e2 (diff)
downloadscintilla-mirror-bec890c3aae5e62e7fbd0c8505aee89b5e1ede47.tar.gz
Minor patch from Andrew.
-rw-r--r--doc/ScintillaDoc.html2
1 files changed, 1 insertions, 1 deletions
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)