diff options
| author | Théo Zimmermann | 2020-03-29 17:32:27 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2020-03-29 17:32:27 +0200 |
| commit | 6455f44c7a6babb1f2490eaca216469e0c450a00 (patch) | |
| tree | 282a6883b83a2134574ab4a213d3cb73fd8dff03 /doc/sphinx/proof-engine | |
| parent | eb01bc0f7583ef958a32e88c05d82cb9ad791ac4 (diff) | |
| parent | 2a803690d76724fd7c97288f208f3a1faf98eca1 (diff) | |
Merge PR #11944: Remove SearchAbout command, deprecated in 8.5
Reviewed-by: Zimmi48
Reviewed-by: ppedrot
Diffstat (limited to 'doc/sphinx/proof-engine')
| -rw-r--r-- | doc/sphinx/proof-engine/vernacular-commands.rst | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/sphinx/proof-engine/vernacular-commands.rst b/doc/sphinx/proof-engine/vernacular-commands.rst index 2ca115aeb8..b22c5286fe 100644 --- a/doc/sphinx/proof-engine/vernacular-commands.rst +++ b/doc/sphinx/proof-engine/vernacular-commands.rst @@ -321,18 +321,6 @@ Requests to the environment Search (?x * _ + ?x * _)%Z outside OmegaLemmas. - .. cmdv:: SearchAbout - :name: SearchAbout - - .. deprecated:: 8.5 - - Up to |Coq| version 8.4, :cmd:`Search` had the behavior of current - :cmd:`SearchHead` and the behavior of current :cmd:`Search` was obtained with - command :cmd:`SearchAbout`. For compatibility, the deprecated name - :cmd:`SearchAbout` can still be used as a synonym of :cmd:`Search`. For - compatibility, the list of objects to search when using :cmd:`SearchAbout` - may also be enclosed by optional ``[ ]`` delimiters. - .. cmd:: SearchHead @term |
