aboutsummaryrefslogtreecommitdiffhomepage
path: root/stm/stm.ml
diff options
context:
space:
mode:
Diffstat (limited to 'stm/stm.ml')
-rw-r--r--stm/stm.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/stm.ml b/stm/stm.ml
index 9192c1410..20409c25e 100644
--- a/stm/stm.ml
+++ b/stm/stm.ml
@@ -2768,7 +2768,7 @@ let allow_nested_proofs = ref false
let _ = Goptions.declare_bool_option
{ Goptions.optdepr = false;
Goptions.optname = "Nested Proofs Allowed";
- Goptions.optkey = ["Nested";"Proofs";"Allowed"];
+ Goptions.optkey = Vernac_classifier.stm_allow_nested_proofs_option_name;
Goptions.optread = (fun () -> !allow_nested_proofs);
Goptions.optwrite = (fun b -> allow_nested_proofs := b) }