aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Dénès2018-12-13 10:34:56 +0100
committerMaxime Dénès2018-12-13 10:34:56 +0100
commit8b3ac60a8c596d7b74cb4b486709b3fcb419a495 (patch)
tree8441a7c42a4ca44dc62c813c3f2f17a2b29b0b50
parentd9a6d4814f0669b586ca5c13d6d6540cd194b45f (diff)
parentb86196e9c643171c161a3a48ccabeea451481cbf (diff)
Merge PR #9196: Document the deprecation of hint declaration withou database in refman.
-rw-r--r--doc/sphinx/proof-engine/tactics.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/sphinx/proof-engine/tactics.rst b/doc/sphinx/proof-engine/tactics.rst
index ad80cb62e1..59602581c7 100644
--- a/doc/sphinx/proof-engine/tactics.rst
+++ b/doc/sphinx/proof-engine/tactics.rst
@@ -3425,7 +3425,9 @@ The general command to add a hint to some databases :n:`{+ @ident}` is
.. cmdv:: Hint @hint_definition
- No database name is given: the hint is registered in the core database.
+ No database name is given: the hint is registered in the ``core`` database.
+
+ .. deprecated:: 8.10
.. cmdv:: Local Hint @hint_definition : {+ @ident}