From 2d0c61953a340b3aa55c65b645c00909abc5c72a Mon Sep 17 00:00:00 2001 From: herbelin Date: Sat, 28 Oct 2000 07:27:46 +0000 Subject: Clarification message d'erreur git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@781 85f007b7-540e-0410-9357-904b9bb8a0f7 --- proofs/tacinterp.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proofs/tacinterp.ml b/proofs/tacinterp.ml index 209ea10f67..014dda7e73 100644 --- a/proofs/tacinterp.ml +++ b/proofs/tacinterp.ml @@ -805,7 +805,7 @@ and flag_of_ast (evc,env,lfun,lmatch,goalopt) lf = | Node(_,"Iota",[])::lf -> add_flag (red_add red IOTA) lf | Node(loc,("Unf"|"UnfBut"),l)::_ -> user_err_loc(loc,"flag_of_ast", - [<'sTR "Delta must be specified before">]) + [<'sTR "Delta must be specified just before">]) | arg::_ -> invalid_arg_loc (Ast.loc arg,"flag_of_ast") in -- cgit v1.2.3