aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tactics/tactics.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tactics/tactics.ml b/tactics/tactics.ml
index 0beab3f7a1..2c418bbae8 100644
--- a/tactics/tactics.ml
+++ b/tactics/tactics.ml
@@ -363,7 +363,7 @@ let rec intros_until s g =
with UserError ("Term not reducible",_) ->
errorlabstrm "Intros"
[<'sTR "No such hypothesis in current goal";
- 'sTR "even after head-reduction" >]
+ 'sTR " even after head-reduction" >]
let rec intros_until_n n g =
match pf_lookup_index_as_renamed (pf_concl g) n with
@@ -374,7 +374,7 @@ let rec intros_until_n n g =
with UserError ("Term not reducible",_) ->
errorlabstrm "Intros"
[<'sTR "No such hypothesis in current goal";
- 'sTR "even after head-reduction" >]
+ 'sTR " even after head-reduction" >]
let dyn_intros_until = function
| [Identifier id] -> intros_until id