aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/PG-adapting.texi
diff options
context:
space:
mode:
authorGravatar Hendrik Tews <hendrik@askra.de>2011-02-14 14:58:45 +0000
committerGravatar Hendrik Tews <hendrik@askra.de>2011-02-14 14:58:45 +0000
commit846835efe8d72b743fa0305ebe588d3bf4667ca6 (patch)
treeb0d770b01fb88201cd207717fbcf81d1e0c714fb /doc/PG-adapting.texi
parent9b78d3ef60d40bc475ed8b5cd1cebd664a29b2f9 (diff)
put coq compilation feature into coq settings menu
Diffstat (limited to 'doc/PG-adapting.texi')
-rw-r--r--doc/PG-adapting.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/PG-adapting.texi b/doc/PG-adapting.texi
index a3bbd773..297b9641 100644
--- a/doc/PG-adapting.texi
+++ b/doc/PG-adapting.texi
@@ -3339,8 +3339,8 @@ which is the queue of things to do.
additional properties are recorded as properties of @var{span}.
@var{commands} is a list of strings, holding the text to be send to the
-prover. It might be the empty list is nothing needs to be sent to
-the prover, such as, for instance, for comments. Usually @var{commands}
+prover. It might be the empty list if nothing needs to be sent to
+the prover, such as, for comments. Usually @var{commands}
contains just 1 string, but it might also contains more elements.
The text should be obtained with
@samp{(mapconcat }identity @var{commands} " ")', where the last argument