aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 95f95a7e3..4046638fd 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -809,12 +809,14 @@ SCI_SETSAVEPOINT
</pre>
<p>
Sent to the container when the savepoint is entered or left, allowing the container to to
- display a dirty indicator and change its menues. The first parameter is 1 when entering the
+ display a dirty indicator and change its menus. The first parameter is 1 when entering the
save point, 0 when leaving.
</p>
<p>
- The container tells Scintilla where the save point is by sending the SCI_SETSAVEPOINT
- message.
+ The container tells Scintilla where the save point is by sending the SCI_SETSAVEPOINT
+ message. This is usually done when the file is saved or loaded. As Scintilla performs
+ undo and redo operations, it will notify the container that it has entered or left the save
+ point, allowing the container to know if the file should be considered dirty or not.
</p>
<pre>
SCN_MODIFYATTEMPTRO