aboutsummaryrefslogtreecommitdiff
path: root/generic
diff options
context:
space:
mode:
authorDavid Aspinall2000-06-09 19:08:19 +0000
committerDavid Aspinall2000-06-09 19:08:19 +0000
commitaf052e58725ed56729ac63cda3aaa902cc8d1852 (patch)
treece33154007a2e1ae3bec837c7bfb2e8a1563a709 /generic
parentc6c47960411f80cb60019345c1f852b331c8a8bb (diff)
Comment
Diffstat (limited to 'generic')
-rw-r--r--generic/proof-script.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof-script.el b/generic/proof-script.el
index 48ee05af..486ccef9 100644
--- a/generic/proof-script.el
+++ b/generic/proof-script.el
@@ -2555,7 +2555,7 @@ Clean up before a script buffer is killed.
If killing the active scripting buffer, run proof-deactivate-scripting.
Otherwise just do proof-restart-buffers to delete some spans from memory."
;; Deactivate scripting in the current buffer if need be, forcing
- ;; retraction.
+ ;; automatic retraction if the buffer is not fully processed.
(unwind-protect
(if (eq (current-buffer) proof-script-buffer)
(proof-deactivate-scripting 'retract))