aboutsummaryrefslogtreecommitdiff
path: root/vernac/mltop.mli
diff options
context:
space:
mode:
Diffstat (limited to 'vernac/mltop.mli')
-rw-r--r--vernac/mltop.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/vernac/mltop.mli b/vernac/mltop.mli
index 271772d7ba..633a5c241d 100644
--- a/vernac/mltop.mli
+++ b/vernac/mltop.mli
@@ -32,7 +32,7 @@ val ocaml_toploop : unit -> unit
(** {5 ML Dynlink} *)
(** Adds a dir to the plugin search path *)
-val add_ml_dir : recursive:bool -> string -> unit
+val add_ml_dir : string -> unit
(** Tests if we can load ML files *)
val has_dynlink : bool