diff options
| -rw-r--r-- | toplevel/vernacentries.ml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/toplevel/vernacentries.ml b/toplevel/vernacentries.ml index e17490ddbd..e204b6d92c 100644 --- a/toplevel/vernacentries.ml +++ b/toplevel/vernacentries.ml @@ -547,8 +547,9 @@ let _ = id_list) let warning_opaque s = - warning ( - "This command turns the constants which depend on the definition/proof + if not(is_silent()) then + warning + ("This command turns the constants which depend on the definition/proof of "^s^" un-re-checkable until the next \"Transparent "^s^"\" command.") let _ = |
