aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ProofGeneral.texi
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-15 08:39:26 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-15 08:39:26 +0000
commiteffe0e80d42af72da945cb768497cde263633ff2 (patch)
tree26592fa4f93dd086c57ffc4ca1e25743869f68f3 /doc/ProofGeneral.texi
parent608f6ec2745f54ebbee3d7dd408c51b507f1d4e5 (diff)
Update docs
Diffstat (limited to 'doc/ProofGeneral.texi')
-rw-r--r--doc/ProofGeneral.texi12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/ProofGeneral.texi b/doc/ProofGeneral.texi
index 472d14fa..b0f5d974 100644
--- a/doc/ProofGeneral.texi
+++ b/doc/ProofGeneral.texi
@@ -1615,10 +1615,13 @@ does not. As with any Emacs command, you can invoke these with
@c TEXI DOCSTRING MAGIC: proof-shell-start
@deffn Command proof-shell-start
-Initialise a shell-like buffer for a proof assistant.
+Initialise a shell-like buffer for a proof assistant.@*
+Does nothing if proof assistant is already running.
Also generates goal and response buffers.
-Does nothing if proof assistant is already running.
+
+If @samp{@code{proof-prog-name-ask}} is set, query the user for the
+process command.
@end deffn
@c TEXI DOCSTRING MAGIC: proof-shell-exit
@@ -2981,10 +2984,11 @@ The default value is @code{t}.
@defopt proof-strict-read-only
Whether Proof General is strict about the read-only region in buffers.@*
If non-nil, an error is given when an attempt is made to edit the
-read-only region. If nil, Proof General is more relaxed (but may give
+read-only region, except for the special value @code{'retract} which means
+undo first. If nil, Proof General is more relaxed (but may give
you a reprimand!).
-The default value is @code{t}.
+The default value is @code{retract}.
@end defopt
@c TEXI DOCSTRING MAGIC: proof-allow-undo-in-read-only