aboutsummaryrefslogtreecommitdiff
path: root/doc/NewDoc.texi
diff options
context:
space:
mode:
authorDavid Aspinall1998-11-03 14:38:00 +0000
committerDavid Aspinall1998-11-03 14:38:00 +0000
commitf48f380a4f5a8a1daecfe75961ed8b73eaefcae5 (patch)
tree02bdcdc6631e9632b05a3b2e83d89c561830ade2 /doc/NewDoc.texi
parent5a271121d0bdd20f535b3038a9831fdcfde67b0e (diff)
Minor improvements
Diffstat (limited to 'doc/NewDoc.texi')
-rw-r--r--doc/NewDoc.texi11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/NewDoc.texi b/doc/NewDoc.texi
index f565f2d3..e900efd9 100644
--- a/doc/NewDoc.texi
+++ b/doc/NewDoc.texi
@@ -202,8 +202,7 @@ keyboard. Type @kbd{C-h m} to get a list of keys for the current mode.
The proof assistant is automatically started inside Emacs when you ask
for some of the proof script to be processed. To follow an example use
-of Proof General on a LEGO proof, see @pxref{Walkthrough example in
-LEGO}.
+of Proof General on a LEGO proof, see @pxref{Walkthrough example in LEGO}.
If Proof General has not already been installed, you should insert the
line:
@@ -359,9 +358,9 @@ file, while it is written and edited.
@unnumberedsubsec Goals and saves
A proof script contains a sequence of commands used to prove one or more
-theorems. In general we assume that for each proved theorem,
-a proof script contains a goal .. save pair of commands which
-look something like this:
+theorems. In general we assume that for each proved theorem, a proof
+script contains a goal .. save pair of commands which appear something
+like this:
@lisp
goal T is G
...
@@ -371,7 +370,7 @@ Proof General recognizes goal .. save pairs in proof scripts.
The name T can appear in the definitions menu for the proof
script (see Script definitions menu), and once
a goal .. save pair is completed it is treated
-as atomic when undoing proof steps (see Undo).
+as atomic when undoing proof steps (see Undo).
@node The buffer model, Regions in a proof script, Proof scripts, Basic Script Management