aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Herbelin2020-03-03 14:20:14 +0100
committerHugo Herbelin2020-03-03 14:21:41 +0100
commit7c1733040a19846359cdf7725b20c93398b50d3b (patch)
tree0825b0ae856f8e18e3b75ef9eedf60d2ef4e9314
parente559dfc4995ae6777d9ff07d34db738cb77a519c (diff)
Update doc/changelog/04-tactics/11522-master+pose-proof-wo-as-syntax.rst
Co-Authored-By: Théo Zimmermann <theo.zimmi@gmail.com>
-rw-r--r--doc/changelog/04-tactics/11522-master+pose-proof-wo-as-syntax.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/changelog/04-tactics/11522-master+pose-proof-wo-as-syntax.rst b/doc/changelog/04-tactics/11522-master+pose-proof-wo-as-syntax.rst
index 579ccf839f..3dd103b115 100644
--- a/doc/changelog/04-tactics/11522-master+pose-proof-wo-as-syntax.rst
+++ b/doc/changelog/04-tactics/11522-master+pose-proof-wo-as-syntax.rst
@@ -1,6 +1,6 @@
- **Added:**
- Syntax :tacn:`pose proof (@ident:=@term)` as an
- alternative to `pose proof @term as @ident`, following the model of
- :tacn:`pose (@ident:=@term)`
+ Syntax :n:`pose proof (@ident:=@term)` as an
+ alternative to :n:`pose proof @term as @ident`, following the model of
+ :n:`pose (@ident:=@term)`. See documentation of :tacn:`pose proof`
(`#11522 <https://github.com/coq/coq/pull/11522>`_,
by Hugo Herbelin).