diff options
author | nyamatongwe <unknown> | 2002-10-03 08:26:24 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2002-10-03 08:26:24 +0000 |
commit | bcaa4c4a72f4cd31db387cfe7d97c7545324a2b9 (patch) | |
tree | 26ef9772e7b3c718f9f838bf855cea35bf6fd901 | |
parent | 4c8594e3dba0824da646a45f2a934bd8bd40ce68 (diff) | |
download | scintilla-mirror-bcaa4c4a72f4cd31db387cfe7d97c7545324a2b9.tar.gz |
Better documentation.
-rw-r--r-- | include/Scintilla.iface | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index fba4c85a0..7957b64a1 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -692,7 +692,7 @@ fun position FindText=2150(int flags, findtext ft) # On Windows, will draw the document into a display context such as a printer. fun void FormatRange=2151(bool draw, formatrange fr) -# Retrieve the line at the top of the display. +# Retrieve the display line at the top of the display. get int GetFirstVisibleLine=2152(,) # Retrieve the contents of a line. |