aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThéo Zimmermann2019-06-03 16:27:52 +0200
committerThéo Zimmermann2019-06-03 16:27:52 +0200
commit147666df9d71056e614acbab0b0b5935a085bf32 (patch)
tree3c7e5b33cc60f56eaa359b90b3918053354cdfd4 /doc
parent5465bbf5525ce82fd3063f6cbd0bb651cc5f4d24 (diff)
parent6a5dcbbfea1af0308a4d49e7c5bcea26d74a739d (diff)
Merge PR #10277: Remove Show Script (deprecated in 8.10)
Reviewed-by: Zimmi48 Reviewed-by: gares
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/07-commands-and-options/10277-no-show-script.rst2
-rw-r--r--doc/sphinx/proof-engine/proof-handling.rst13
2 files changed, 2 insertions, 13 deletions
diff --git a/doc/changelog/07-commands-and-options/10277-no-show-script.rst b/doc/changelog/07-commands-and-options/10277-no-show-script.rst
new file mode 100644
index 0000000000..7fdeb632b4
--- /dev/null
+++ b/doc/changelog/07-commands-and-options/10277-no-show-script.rst
@@ -0,0 +1,2 @@
+- Remove ``Show Script`` command (deprecated since 8.10)
+ (`#10277 <https://github.com/coq/coq/pull/10277>`_, by Gaëtan Gilbert).
diff --git a/doc/sphinx/proof-engine/proof-handling.rst b/doc/sphinx/proof-engine/proof-handling.rst
index 4a94a5e643..0cff987a27 100644
--- a/doc/sphinx/proof-engine/proof-handling.rst
+++ b/doc/sphinx/proof-engine/proof-handling.rst
@@ -535,19 +535,6 @@ Requesting information
eexists ?[n].
Show n.
- .. cmdv:: Show Script
- :name: Show Script
-
- Displays the whole list of tactics applied from the
- beginning of the current proof. This tactics script may contain some
- holes (subgoals not yet proved). They are printed under the form
-
- ``<Your Tactic Text here>``.
-
- .. deprecated:: 8.10
-
- Please use a text editor.
-
.. cmdv:: Show Proof
:name: Show Proof