doc: use modern configuration syntax in the Simp.Config documentation (#9174)

The new config syntax is preferred for new code: change the
documentation to use it.

This was [discussed on
zulip](https://leanprover.zulipchat.com/#narrow/channel/113488-general/topic/Using.20config.20vs.20optConfig.20in.20language.20documentation/with/526948836).
This commit is contained in:
grunweg 2025-07-03 16:16:37 +02:00 committed by GitHub
parent 77d79f705f
commit a7c982204e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -140,7 +140,7 @@ def defaultMaxSteps := 100000
/--
The configuration for `simp`.
Passed to `simp` using, for example, the `simp (config := {contextual := true})` syntax.
Passed to `simp` using, for example, the `simp +contextual` or `simp (maxSteps := 100000)` syntax.
See also `Lean.Meta.Simp.neutralConfig` and `Lean.Meta.DSimp.Config`.
-/