diff options
| author | Hendrik Tews | 2011-03-14 09:29:48 +0000 |
|---|---|---|
| committer | Hendrik Tews | 2011-03-14 09:29:48 +0000 |
| commit | 5b3f191a9b989bd68bee27ce84aeeeb9fa1060fd (patch) | |
| tree | 3b966cb4659b485bead02403739fc9560174cd72 /generic/proof-script.el | |
| parent | dfb79401d8ea75588305c6e9789895c9c646e76b (diff) | |
- change to proof-restart-buffers for unlocking ancestors
- improve internal docs for unlocking
Diffstat (limited to 'generic/proof-script.el')
| -rw-r--r-- | generic/proof-script.el | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/generic/proof-script.el b/generic/proof-script.el index 69e3c31e..ec1f05bf 100644 --- a/generic/proof-script.el +++ b/generic/proof-script.el @@ -275,9 +275,11 @@ next time an error is processed." (defun proof-restart-buffers (buffers) "Remove all extents in BUFFERS and maybe reset `proof-script-buffer'. -No effect on a buffer which is nil or killed. If one of the buffers -is the current scripting buffer, then `proof-script-buffer' -will deactivated." +The high-level effect is that all members of BUFFERS are +completely unlocked, including all the necessary cleanup. No +effect on a buffer which is nil or killed. If one of the buffers +is the current scripting buffer, then `proof-script-buffer' will +deactivated." (mapcar (lambda (buffer) (save-excursion |
