aboutsummaryrefslogtreecommitdiff
path: root/ide/wg_ScriptView.mli
diff options
context:
space:
mode:
authorcharguer2018-09-26 11:37:33 +0200
committerVincent Laporte2019-03-18 10:29:50 +0000
commitfbf5696a3b9c90301dd6b8c2eef8f055ba0ff278 (patch)
treed31484bb82f47ad6759f1464fe81447539a65885 /ide/wg_ScriptView.mli
parentd183e6b3bef905032333135849104fc66d5de68d (diff)
support for coqide commande line arguments
Diffstat (limited to 'ide/wg_ScriptView.mli')
-rw-r--r--ide/wg_ScriptView.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/wg_ScriptView.mli b/ide/wg_ScriptView.mli
index eb1beedfad..ca35b7fb67 100644
--- a/ide/wg_ScriptView.mli
+++ b/ide/wg_ScriptView.mli
@@ -26,7 +26,7 @@ object
method set_show_right_margin : bool -> unit
method comment : unit -> unit
method uncomment : unit -> unit
- method latex_to_unicode : unit -> unit (* (string -> unit) -> unit *)
+ method apply_unicode_binding : unit -> unit (* (string -> unit) -> unit *)
method recenter_insert : unit
method complete_popup : Wg_Completion.complete_popup
end