aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-10-26 11:05:27 +0000
committerGitHub2020-10-26 11:05:27 +0000
commit9e7b0f9f248a1fae8e5681815bd621f182696c4f (patch)
tree8de9102f30e1e9d2161d6a43e098ed9985e3a7d3 /plugins
parent689e86b9241411180248e3115364a972833f0851 (diff)
parenta2ce4da4c2b0dc81d4c61f3e672d6c9d65dba46b (diff)
Merge PR #13257: adjust Search deprecation warning
Reviewed-by: Zimmi48 Reviewed-by: Blaisorblade
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ssr/ssrvernac.mlg12
1 files changed, 9 insertions, 3 deletions
diff --git a/plugins/ssr/ssrvernac.mlg b/plugins/ssr/ssrvernac.mlg
index 4a907b2795..91cd5b251c 100644
--- a/plugins/ssr/ssrvernac.mlg
+++ b/plugins/ssr/ssrvernac.mlg
@@ -309,9 +309,15 @@ END
~category:"deprecated" ~default:CWarnings.Enabled
(fun () ->
(Pp.strbrk
- "SSReflect's Search command has been moved to the \
- ssrsearch module; please Require that module if you \
- still want to use SSReflect's Search command"))
+ "In previous versions of Coq, loading SSReflect had the effect of \
+ replacing the built-in 'Search' command with an SSReflect version \
+ of that command. \
+ Coq's own search feature was still available via 'SearchAbout' \
+ (but that alias is deprecated). \
+ This replacement no longer happens; now 'Search' calls Coq's own search \
+ feature even when SSReflect is loaded. \
+ If you want to use SSReflect's deprecated Search command \
+ instead of the built-in one, please Require the ssrsearch module."))
open G_vernac
}