aboutsummaryrefslogtreecommitdiff
path: root/generic
diff options
context:
space:
mode:
authorDavid Aspinall2010-08-24 18:59:00 +0000
committerDavid Aspinall2010-08-24 18:59:00 +0000
commit9a36babc48f2a3e45b17546be833a460dc53f94f (patch)
tree7de568358a7cf0d55ecd4eebe1aa35d4471f9e04 /generic
parentf781ca95117e0ab950e2e3d3a4fe7219968828e9 (diff)
Move comments into docstring
Diffstat (limited to 'generic')
-rw-r--r--generic/pg-vars.el17
1 files changed, 13 insertions, 4 deletions
diff --git a/generic/pg-vars.el b/generic/pg-vars.el
index 5570fb56..7e46e7cb 100644
--- a/generic/pg-vars.el
+++ b/generic/pg-vars.el
@@ -82,12 +82,21 @@ has been set.")
(defvar proof-shell-busy nil
"A lock indicating that the proof shell is processing.
-When this is non-nil, `proof-shell-ready-prover' will give
-an error.
+
+The lock notes that we are processing a queue of commands being
+sent to the prover, and indicates whether the commands correspond
+to script management from a buffer (rather than being ad-hoc
+query commands to the prover).
When processing commands from a buffer for script management,
-this will be set to either 'advancing or 'retracting to indicate
-the direction of movement.")
+this will be set to the queue mode 'advancing or 'retracting to
+indicate the direction of movement.
+
+When this is non-nil, `proof-shell-ready-prover' will give
+an error if called with a different requested queue mode.
+
+See also functions `proof-activate-scripting' and
+`proof-shell-available-p'.")
(defvar proof-shell-last-queuemode nil
"Flag indicating last direction of proof queue.