aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx/changes.rst
diff options
context:
space:
mode:
authorThéo Zimmermann2019-07-23 19:45:10 +0200
committerThéo Zimmermann2019-07-23 19:45:10 +0200
commitd57f262bb39ebbcae630f1439377c51aaa41452b (patch)
tree0661b77ebcc2e70268358f92590282de6e136b10 /doc/sphinx/changes.rst
parent00abd9ed2ac31d0655fa1f07a919b9739c8ec5fb (diff)
parentb3c82cbe2b7feafb254af316b5c4a8032e8cf8b3 (diff)
Merge PR #10552: Fix a detail in 2 doc files for the under tactic
Reviewed-by: Zimmi48
Diffstat (limited to 'doc/sphinx/changes.rst')
-rw-r--r--doc/sphinx/changes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sphinx/changes.rst b/doc/sphinx/changes.rst
index fd84868a1f..6ac55e7bf4 100644
--- a/doc/sphinx/changes.rst
+++ b/doc/sphinx/changes.rst
@@ -102,10 +102,10 @@ reference manual. Here are the most important user-visible changes:
extensionality lemma:
- interactive mode: :n:`under @term`, associated terminator: :tacn:`over`
- - one-liner mode: `under @term do [@tactic | ...]`
+ - one-liner mode: :n:`under @term do [@tactic | ...]`
It can take occurrence switches, contextual patterns, and intro patterns:
- :g:`under {2}[in RHS]eq_big => [i|i ?] do ...`
+ :g:`under {2}[in RHS]eq_big => [i|i ?]`
(`#9651 <https://github.com/coq/coq/pull/9651>`_,
by Erik Martin-Dorel and Enrico Tassi).