aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaDoc.html6
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>