aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2006-01-06 10:50:16 +0000
committernyamatongwe <unknown>2006-01-06 10:50:16 +0000
commit8477854f34606ab17f609eb830690e2376f69002 (patch)
tree8b36a415b0a4685c8e0e961b8ea06a61539996ce
parent4e3c61b049844720ce7ff948be150743b95ee832 (diff)
downloadscintilla-mirror-8477854f34606ab17f609eb830690e2376f69002.tar.gz
Improved SCI_SETDOCPOINTER explanation.
-rw-r--r--doc/ScintillaDoc.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 0fe0b7476..db5d1afd5 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -3786,6 +3786,7 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){
4. <code>pDoc</code> is set as the new document for the window.<br />
5. If <code>pDoc</code> was 0, a new, empty document is created and attached to the
window.</p>
+ 6. If <code>pDoc</code> was not 0, its reference count is increased by 1.</p>
<p><b id="SCI_CREATEDOCUMENT">SCI_CREATEDOCUMENT</b><br />
This message creates a new, empty document and returns a pointer to it. This document is not