aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall1998-11-26 17:25:43 +0000
committerDavid Aspinall1998-11-26 17:25:43 +0000
commit588314e72d2b390da057a30d6aa9b9cdc0f6ef07 (patch)
tree008ee2666c4f16750ca5006d5a71850b57d5548c
parent67176f93132dc0f12732fdcade7859a2d4bcde2f (diff)
Warning in proof-shell-insert-hook docstrings.
-rw-r--r--generic/proof-config.el10
1 files changed, 9 insertions, 1 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index 413b4fa4..67deb0e4 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -795,7 +795,15 @@ The default value is \"\\n\" to match up to the end of the line."
Can be used to configure the proof assistant to the interface in
various ways (for example, setting the line width of output).
Any text inserted by these hooks will be sent to the proof process
-before every command issued by Proof General."
+before every command issued by Proof General.
+
+NB: You should be very careful about setting this hook.
+Proof General relies on a careful synchronization with
+the process between inputs and outputs. It expects to see
+a prompt for each input it sends from the queue. If your
+extra input here causes more prompts than expected, things
+will break! Probably any insertions made should not have
+carriage returns."
:type '(repeat function)
:group 'proof-shell)