diff options
Diffstat (limited to 'toplevel/coqinit.mli')
-rw-r--r-- | toplevel/coqinit.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toplevel/coqinit.mli b/toplevel/coqinit.mli index 5f7133c3..c019cc1c 100644 --- a/toplevel/coqinit.mli +++ b/toplevel/coqinit.mli @@ -15,8 +15,8 @@ val set_rcfile : string -> unit val no_load_rc : unit -> unit val load_rcfile : unit -> unit -val push_include : string -> Names.DirPath.t -> bool -> bool -> unit -(** [push_include phys_path log_path recursive implicit] *) +val push_include : string -> Names.DirPath.t -> bool -> unit +(** [push_include phys_path log_path implicit] *) val push_ml_include : string -> unit |