aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx/addendum/parallel-proof-processing.rst
diff options
context:
space:
mode:
authorcoqbot-app[bot]2021-01-01 19:06:50 +0000
committerGitHub2021-01-01 19:06:50 +0000
commit66e24a2365b235bd35cbba71adce30dccea60b55 (patch)
tree6af6efaaefddf7d3ce6a73d1899c421f566289ec /doc/sphinx/addendum/parallel-proof-processing.rst
parent6e18c48238edea6f69a2f96b58acd368bf8cc258 (diff)
parente02120ed6580733db2276f0c11b4f432ea670ee3 (diff)
Merge PR #13470: Convert rewriting and proof-mode chapters to prodn
Reviewed-by: Zimmi48 Ack-by: JasonGross
Diffstat (limited to 'doc/sphinx/addendum/parallel-proof-processing.rst')
-rw-r--r--doc/sphinx/addendum/parallel-proof-processing.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sphinx/addendum/parallel-proof-processing.rst b/doc/sphinx/addendum/parallel-proof-processing.rst
index e824ae152d..ea506cec84 100644
--- a/doc/sphinx/addendum/parallel-proof-processing.rst
+++ b/doc/sphinx/addendum/parallel-proof-processing.rst
@@ -70,7 +70,7 @@ Coq 8.6 introduced a mechanism for error resilience: in interactive
mode Coq is able to completely check a document containing errors
instead of bailing out at the first failure.
-Two kind of errors are supported: errors occurring in vernacular
+Two kind of errors are supported: errors occurring in
commands and errors occurring in proofs.
To properly recover from a failing tactic, Coq needs to recognize the
@@ -89,8 +89,8 @@ kind of proof blocks, and an ML API to add new ones.
Caveats
````````
-When a vernacular command fails the subsequent error messages may be
-bogus, i.e. caused by the first error. Error resilience for vernacular
+When a command fails the subsequent error messages may be
+bogus, i.e. caused by the first error. Error resilience for
commands can be switched off by passing ``-async-proofs-command-error-resilience off``
to CoqIDE.