aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall1998-11-25 14:13:02 +0000
committerDavid Aspinall1998-11-25 14:13:02 +0000
commitff7eff4687d9b429918a883af75f832672c34822 (patch)
tree5bfc8b8d5c3053974bb4db32590d07a9b152b4f7
parent3588aca7b6d5edebcde7a32e24d43531c35d85aa (diff)
Be gentler in walkthrough.
-rw-r--r--doc/ProofGeneral.texi13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/ProofGeneral.texi b/doc/ProofGeneral.texi
index 6a0e0780..fd6bd65b 100644
--- a/doc/ProofGeneral.texi
+++ b/doc/ProofGeneral.texi
@@ -515,16 +515,17 @@ functions instead.
-Now turn on active terminator minor mode by typing @kbd{C-c ;} and
+Now turn on @dfn{active terminator minor mode} by typing @kbd{C-c ;} and
enter:
@lisp
Module Walkthrough Import lib_logic;
@end lisp
-The command should be lit in pink (or inverse video if you don't have a
-colour display). As LEGO imports each module, a line will appear in the
-minibuffer showing the creation of context marks. Eventually the command
-should turn blue, indicating that LEGO has successfully processed
-it. Then type (on a separate line if you like):
+Active terminator minor mode sends commands to the proof assistant as
+you type them. The command should now be lit in pink (or inverse video
+if you don't have a colour display). As LEGO imports each module, a
+line will appear in the minibuffer showing the creation of context
+marks. Eventually the command should turn blue, indicating that LEGO has
+successfully processed it. Then type (on a separate line if you like):
@lisp
Goal bland_commutes: @{A,B:Prop@} (and A B) -> (and B A);
@end lisp