aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/ScintillaDoc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index d2c9ef913..2695f945b 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -739,9 +739,9 @@ SCI_SETWHITESPACEBACK(bool useWhitespaceBackColour, int colour)
Margins
</h3>
<pre>
-SCI_SETMARGINLEFT(int width)
+SCI_SETMARGINLEFT(&lt;unused&gt;, int width)
SCI_GETMARGINLEFT
-SCI_SETMARGINRIGHT(int width)
+SCI_SETMARGINRIGHT(&lt;unused&gt;, int width)
SCI_GETMARGINRIGHT
</pre>
<p>