aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-script.el
diff options
context:
space:
mode:
Diffstat (limited to 'generic/proof-script.el')
-rw-r--r--generic/proof-script.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/proof-script.el b/generic/proof-script.el
index 276ab23c..556b2f22 100644
--- a/generic/proof-script.el
+++ b/generic/proof-script.el
@@ -1061,7 +1061,9 @@ Optionally delete the region corresponding to the proof sequence."
span)))
(defun proof-retract-target (target delete-region)
- "Retract the span TARGET and delete it if DELETE-REGION is non-nil."
+ "Retract the span TARGET and delete it if DELETE-REGION is non-nil.
+Notice that this necessitates retracting any spans following TARGET,
+up to the end of the locked region."
(let ((end (proof-locked-end))
(start (span-start target))
(span (proof-last-goal-or-goalsave))