aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Fehrle2021-01-20 11:24:14 -0800
committerJim Fehrle2021-01-20 11:27:48 -0800
commitded9572c508b41dbf9402d39b3875dd4e967ad86 (patch)
tree83f9c2484455baa97d8a1271416ac56819552db5
parentea966282416e1c62d095542129ab03e3632df898 (diff)
Fix: "tactic" is not a tactic, so can't begin a .. tacn::
-rw-r--r--doc/sphinx/proofs/writing-proofs/rewriting.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/sphinx/proofs/writing-proofs/rewriting.rst b/doc/sphinx/proofs/writing-proofs/rewriting.rst
index 8873d02888..8c8c88c526 100644
--- a/doc/sphinx/proofs/writing-proofs/rewriting.rst
+++ b/doc/sphinx/proofs/writing-proofs/rewriting.rst
@@ -890,10 +890,8 @@ the conversion in hypotheses :n:`{+ @ident}`.
Conversion tactics applied to hypotheses
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.. tacn:: @tactic in {+, @ident}
-
- Applies :token:`tactic` (any of the conversion tactics listed in this
- section) to the hypotheses :n:`{+ @ident}`.
+ The form :n:`@tactic in {+, @ident }` applies :token:`tactic` (any of the
+ conversion tactics listed in this section) to the hypotheses :n:`{+ @ident}`.
If :token:`ident` is a local definition, then :token:`ident` can be replaced by
:n:`type of @ident` to address not the body but the type of the local