aboutsummaryrefslogtreecommitdiff
path: root/ide/wg_ScriptView.mli
diff options
context:
space:
mode:
authorcharguer2018-09-26 15:30:21 +0200
committerVincent Laporte2019-03-18 10:29:50 +0000
commit9883bde37482632e135895d75fae973ef8b89a08 (patch)
treeb398cfa3054b176e45b7d1fc3b0256038a052882 /ide/wg_ScriptView.mli
parentfbf5696a3b9c90301dd6b8c2eef8f055ba0ff278 (diff)
cosmetic changes
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 ca35b7fb67..df475f0e66 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 apply_unicode_binding : unit -> unit (* (string -> unit) -> unit *)
+ method apply_unicode_binding : unit -> unit
method recenter_insert : unit
method complete_popup : Wg_Completion.complete_popup
end