aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Hendrik Tews <hendrik@askra.de>2011-09-09 08:18:25 +0000
committerGravatar Hendrik Tews <hendrik@askra.de>2011-09-09 08:18:25 +0000
commitb4bb30b10e420dbfef8ba4c714f49cc56812011b (patch)
tree9e638255e41428c4c94e9222a36ba3379555d97d /doc
parent43638aa4eed9f78e0e4a59b5bcee5b9896c738bc (diff)
fix documentation error
Diffstat (limited to 'doc')
-rw-r--r--doc/ProofGeneral.texi18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/ProofGeneral.texi b/doc/ProofGeneral.texi
index be93eb6d..3f61bb43 100644
--- a/doc/ProofGeneral.texi
+++ b/doc/ProofGeneral.texi
@@ -4037,7 +4037,7 @@ The compilation feature does currently not support ML modules.
The current version works reliably, even when stress-tested with
changing random files in large Coq projects. However, some
-features have spared for the next release, @ref{Current
+features have been spared for the next release, @ref{Current
Limitations}.
To enable the automatic compilation feature there are three
@@ -4116,7 +4116,7 @@ buffer.
When Proof General compiles itself, output is only shown in case
of errors. It then appears in the buffer
-@code{*coq-compile-response*}. Both with internal and external
+@code{*coq-compile-response*}. With internal as well as with external
compilation
one can use @code{C-x `} (bound to @code{next-error},
@inforef{Compilation Mode,,emacs}) to jump to error locations.
@@ -4155,7 +4155,7 @@ Proof General performs dependency checking and compilation
itself. If an external command is used, Proof General does not see
all dependencies and can therefore only lock direct ancestors.
-Currently locking ancestor files might not exactly do what Coq
+Currently, locking ancestor files might not exactly do what Coq
users expect. There are two ways around this problem:
You can either switch ancestor locking completely off via
@code{coq-lock-ancestors} (@ref{Customizing Coq Multiple
@@ -4279,13 +4279,11 @@ path of @code{coqdep}.
Non-standard coq library load path.@*
List of directories to be added to the LoadPath of coqdep, coqc
and coqtop. Under normal circumstances this list does not need to
-contain "." for the current directory (see
-@samp{@code{coq-load-path-include-current}}) or the coq standard
-library.
+contain the coq standard library or "." for the current
+directory (see @samp{@code{coq-load-path-include-current}}).
-For coqdep and coqc these directories are passed via "-I"
-options over the command line. For interactive scripting an
-"Add LoadPath" command is used.
+Elements of this list should be strings, which are passed as
+"-I" options over the command line to coqdep, coqc and coqtop.
@end defvar
@@ -4380,6 +4378,8 @@ addressed in the next release:
@itemize
@item
+Support directory trees in @code{coq-load-path} (option @code{-R}).
+@item
Support @code{Declare ML Module} commands.
@item
Improved undo behaviour for locked ancestors.