diff options
| author | herbelin | 2003-09-22 17:09:15 +0000 |
|---|---|---|
| committer | herbelin | 2003-09-22 17:09:15 +0000 |
| commit | 9c3f02a3a1f3e7ca96c5de44f3d4142268c9d96c (patch) | |
| tree | 2a89706f8f2fe96fa20abfc3f0fa523ba09ece8d | |
| parent | 27c28f38068b560882f2aaa9e147bfda54710504 (diff) | |
Anglais
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4447 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | toplevel/vernacentries.ml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toplevel/vernacentries.ml b/toplevel/vernacentries.ml index e4a432d468..de9db0a818 100644 --- a/toplevel/vernacentries.ml +++ b/toplevel/vernacentries.ml @@ -746,7 +746,7 @@ let impargs = if !Options.v7 then "Implicits" else "Implicit" let _ = declare_bool_option { optsync = false; (* synchronisation is in Impargs *) - optname = "strict implicits"; + optname = "strict implicit arguments"; optkey = (SecondaryTable ("Strict",impargs)); optread = Impargs.is_strict_implicit_args; optwrite = Impargs.make_strict_implicit_args } @@ -754,7 +754,7 @@ let _ = let _ = declare_bool_option { optsync = true; - optname = "contextual implicits"; + optname = "contextual implicit arguments"; optkey = (SecondaryTable ("Contextual",impargs)); optread = Impargs.is_contextual_implicit_args; optwrite = Impargs.make_contextual_implicit_args } @@ -770,7 +770,7 @@ let _ = let _ = declare_bool_option { optsync = true; - optname = "implicits printing"; + optname = "implicit arguments printing"; optkey = (SecondaryTable ("Printing",impargs)); optread = (fun () -> !Constrextern.print_implicits); optwrite = (fun b -> Constrextern.print_implicits := b) } |
