diff options
| author | nyamatongwe <devnull@localhost> | 2002-10-03 08:26:24 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2002-10-03 08:26:24 +0000 |
| commit | d77fa786de258ae871bb2673fd35a105e8aba04a (patch) | |
| tree | 26ef9772e7b3c718f9f838bf855cea35bf6fd901 | |
| parent | 970a276fab0f12e34f9376eed718591496f74c62 (diff) | |
| download | scintilla-mirror-d77fa786de258ae871bb2673fd35a105e8aba04a.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. |
