aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coqide.mli
diff options
context:
space:
mode:
authorGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-09-01 09:51:22 +0000
committerGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-09-01 09:51:22 +0000
commit7aa14d679074f3c0c6a3f1c81c4f73c2d1c8c17e (patch)
treec29c0c95cff04ee4734d9bee0eb9448b9f629b29 /ide/coqide.mli
parent51544436efb4be56fe9d4e857c56904fb7d257c5 (diff)
Add option -f to coqide
to specify where to look the project file git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14441 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/coqide.mli')
-rw-r--r--ide/coqide.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/ide/coqide.mli b/ide/coqide.mli
index 19021ee2c..38b0fab0d 100644
--- a/ide/coqide.mli
+++ b/ide/coqide.mli
@@ -12,9 +12,9 @@
no /bin/sh when using create_process instead of open_process. *)
val sup_args : string list ref
-(** Filter the argv from the option -coqtop, and set
+(** Filter the argv from coqide specific options, and set
Minilib.coqtop_path accordingly *)
-val set_coqtop_path : string list -> string list
+val read_coqide_args : string list -> string list
(** Ask coqtop the remaining options it doesn't recognize *)
val process_argv : string list -> string list