aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Aspinall2000-09-13 15:02:36 +0000
committerDavid Aspinall2000-09-13 15:02:36 +0000
commit7e254b5eba8ef2eb6d91ee8354a064a06037998c (patch)
tree61014d7939a4231f6167a44a37612fe831f91c19 /doc
parent7139ed1fbdcab00bb678e4a9897f3d80bd087098 (diff)
Minor improvements
Diffstat (limited to 'doc')
-rw-r--r--doc/PG-adapting.texi10
-rw-r--r--doc/ProofGeneral.texi10
2 files changed, 10 insertions, 10 deletions
diff --git a/doc/PG-adapting.texi b/doc/PG-adapting.texi
index 2661aeee..bb7daf39 100644
--- a/doc/PG-adapting.texi
+++ b/doc/PG-adapting.texi
@@ -200,15 +200,15 @@ grown more flexible and useful as it has been adapted to more proof
assistants. Typically, adding support for a new prover improves support
for others, both because the code becomes more robust, and because new
ideas are brought into the generic setting. You should understand that
-the Proof General framework has been built as a product line
-architecture: generality has been introduced piecemeal in a
+the Proof General framework has been built as a "product line
+architecture": generality has been introduced step-by-step in a
demand-driven way, rather than at the outset as a grand design.
(Despite this strategy, the interface has a surprisingly clean
-structure). This approach means that we fully expect hiccups when
+structure). The approach means that we fully expect hiccups when
adding support for new assistants, so the generic core may need
extension or modification. To support this we have an open development
-style: if you require changes in the generic support, please contact us,
-or make adjustments yourself and send them to us.
+method: if you require changes in the generic support, please contact us
+(or make adjustments yourself and send them to us).
Proof General has a home page at
@uref{http://www.lfcs.informatics.ed.ac.uk/proofgen}. Visit this page
diff --git a/doc/ProofGeneral.texi b/doc/ProofGeneral.texi
index 5a850ded..280356a6 100644
--- a/doc/ProofGeneral.texi
+++ b/doc/ProofGeneral.texi
@@ -95,7 +95,7 @@ proofs with Emacs! END-INFO-DIR-ENTRY
@finalout
@titlepage
@title Proof General
-@subtitle Organise your proofs with Emacs!
+@subtitle Organize your proofs with Emacs!
@subtitle Proof General @value{version}
@subtitle @value{last-update}
@@ -236,9 +236,9 @@ generic code has an improved file structure, and there is support for
automatic generation of autoload functions. There is also a new
mechanism for defining prover-specific customization and instantiation
settings which fits better with the customize library. These settings
-are named in the form @code{@i{PA}-setting-name} here; you replace
-@i{PA} by the symbol for the proof assistant you are interested in.
-@xref{Customizing Proof General}, for details.
+are named in the form @code{@i{PA}-setting-name} in the documentation;
+you replace @i{PA} by the symbol for the proof assistant you are
+interested in. @xref{Customizing Proof General}, for details.
Adapting for new proof assistants continues to be made more flexible,
and easier in several places. This has been motivated by adding
@@ -3482,7 +3482,7 @@ proofs, but Proof General does not (yet) offer an easy way to edit these
kind of proofs. They will replay simply as a single step proof and you
will need to convert from the interactive to batch form as usual if you
wish to obtain batch proofs. Also note that Proof General does not
-contain an SML parser, so tghere can be problems if you write complex ML
+contain an SML parser, so there can be problems if you write complex ML
in proof scripts. @xref{ML files}, for the same issue with Isabelle.
HOL Proof General may work with variants of HOL other than HOL98, but is