diff options
-rw-r--r-- | doc/ScintillaDoc.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 4956197dc..b06a59e98 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -1296,7 +1296,8 @@ SCI_GETMODEVENTMASK <p> SCN_MODIFIED is fired when the document has been changed including changes to both the text and styling. The notification structure contains information about what changed, how the - change occurred and whether this changed the number of lines in the document. + change occurred and whether this changed the number of lines in the document. No + modifications may be performed while in a SCN_MODIFIED event. </p> <p> SCEN_CHANGE is fired when the text of the document has been changed for any reason. This |