diff options
| author | nyamatongwe <unknown> | 2003-02-26 08:55:17 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2003-02-26 08:55:17 +0000 |
| commit | 83ba7c3162333140eadcefd1075e10a0a690da62 (patch) | |
| tree | 1194f6e192054741d68d528fe9c8bf9613a2bf7b | |
| parent | 6ababd9d7c7098ed71f6b2637b97169588f090aa (diff) | |
| download | scintilla-mirror-83ba7c3162333140eadcefd1075e10a0a690da62.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> |
