diff options
| author | charguer | 2018-09-26 15:30:21 +0200 |
|---|---|---|
| committer | Vincent Laporte | 2019-03-18 10:29:50 +0000 |
| commit | 9883bde37482632e135895d75fae973ef8b89a08 (patch) | |
| tree | b398cfa3054b176e45b7d1fc3b0256038a052882 | |
| parent | fbf5696a3b9c90301dd6b8c2eef8f055ba0ff278 (diff) | |
cosmetic changes
| -rw-r--r-- | ide/wg_ScriptView.mli | 2 |
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 |
