aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx/proof-engine
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-10-15 11:14:59 +0000
committerGitHub2020-10-15 11:14:59 +0000
commitfc0ee016b2bbffd73c5a9aa7784f2c255f80d39d (patch)
treefad08d6382386ab76fd051e6c36adf5224635132 /doc/sphinx/proof-engine
parent56384cc09d6d9e9446e7c11aee5def865e28a4d5 (diff)
parent6acd4e8f15d11d4ed735092428398a3a27590f03 (diff)
Merge PR #13140: Documenting Set Printing Goal Names + a small goal display fix
Reviewed-by: ejgallego Reviewed-by: Zimmi48
Diffstat (limited to 'doc/sphinx/proof-engine')
-rw-r--r--doc/sphinx/proof-engine/proof-handling.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/sphinx/proof-engine/proof-handling.rst b/doc/sphinx/proof-engine/proof-handling.rst
index f722ddda79..edd93f2266 100644
--- a/doc/sphinx/proof-engine/proof-handling.rst
+++ b/doc/sphinx/proof-engine/proof-handling.rst
@@ -878,6 +878,11 @@ Controlling the effect of proof editing commands
proved before starting the previous proof) and Coq will switch back to the
proof of the previous assertion.
+.. flag:: Printing Goal Names
+
+ When turned on, the name of the goal is printed in interactive
+ proof mode, which can be useful in cases of cross references
+ between goals.
Controlling memory usage
------------------------