aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx/addendum/miscellaneous-extensions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sphinx/addendum/miscellaneous-extensions.rst')
-rw-r--r--doc/sphinx/addendum/miscellaneous-extensions.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sphinx/addendum/miscellaneous-extensions.rst b/doc/sphinx/addendum/miscellaneous-extensions.rst
index 7d30cae525..8d70ffec01 100644
--- a/doc/sphinx/addendum/miscellaneous-extensions.rst
+++ b/doc/sphinx/addendum/miscellaneous-extensions.rst
@@ -15,12 +15,12 @@ it provides the following command:
standing for the existential variables but they are shelved, as
described in :tacn:`shelve`).
- When the proof ends two constants are defined:
+ When the proof ends two :term:`constants <constant>` are defined:
+ The first one is named :n:`@ident__1` and is defined as the proof of the
shelved goal (which is also the value of :g:`?x`). It is always
transparent.
- + The second one is named :n:`@ident__2`. It has type :n:`@type`, and its body is
+ + The second one is named :n:`@ident__2`. It has type :n:`@type`, and its :term:`body` is
the proof of the initially visible goal. It is opaque if the proof
ends with :cmd:`Qed`, and transparent if the proof ends with :cmd:`Defined`.