diff options
Diffstat (limited to 'ide')
| -rw-r--r-- | ide/coqide.ml | 4 | ||||
| -rw-r--r-- | ide/ideutils.ml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ide/coqide.ml b/ide/coqide.ml index 54e1307317..a060104c30 100644 --- a/ide/coqide.ml +++ b/ide/coqide.ml @@ -2430,8 +2430,8 @@ let main files = ("_Fixpoint __", "Fixpoint ident (_ : _) {struct _} : _ :=\n.\n", 29, 5, Some GdkKeysyms._F); add_complex_template("_Scheme __", - "Scheme new_scheme := Induction for _ Sort _ -with _ := Induction for _ Sort _.\n",61,10, Some GdkKeysyms._S); + "Scheme new_scheme := Induction for _ Sort _\ +\nwith _ := Induction for _ Sort _.\n",61,10, Some GdkKeysyms._S); (* Template for match *) let callback () = diff --git a/ide/ideutils.ml b/ide/ideutils.ml index 0d1704e72c..b8eb2754f8 100644 --- a/ide/ideutils.ml +++ b/ide/ideutils.ml @@ -96,7 +96,7 @@ let try_convert s = try do_convert s with _ -> - "(* Fatal error: wrong encoding in input. + "(* Fatal error: wrong encoding in input. \ Please choose a correct encoding in the preference panel.*)";; |
