diff options
author | nyamatongwe <devnull@localhost> | 2003-02-26 08:55:17 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-02-26 08:55:17 +0000 |
commit | cc16b392bf1e785095f66f4cc693218c3cf8e24f (patch) | |
tree | 1194f6e192054741d68d528fe9c8bf9613a2bf7b | |
parent | 1b696ca6bf6e6b3add751a0c9ff54c4858d53c16 (diff) | |
download | scintilla-mirror-cc16b392bf1e785095f66f4cc693218c3cf8e24f.tar.gz |
Fixed the parameters to the user list selection notification.
-rw-r--r-- | doc/ScintillaDoc.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index f130fe4f8..ef79b95b9 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -2903,7 +2903,7 @@ struct TextToFind { structure. It must be greater than 0 as this is how Scintilla tells the difference between an autocompletion list and a user list. If you have different types of list, for example a list of buffers and a list of macros, you can use <code>listType</code> to tell which one has returned - a selection.</p> + a selection. </p> <h2 id="CallTips">Call tips</h2> @@ -4422,9 +4422,9 @@ for line = lineStart to lineEnd do SCI_ENSUREVISIBLE(line) next </tr> <tr> - <td align="left"><code>margin</code></td> + <td align="left"><code>text</code></td> - <td align="left">The margin number that was clicked.</td> + <td align="left">The text of the selection.</td> </tr> </tbody> </table> |