diff options
| author | Maxime Dénès | 2017-10-20 11:01:36 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-10-20 11:01:36 +0200 |
| commit | 09525d09e414d3582595ffd141702e69a9a2efb9 (patch) | |
| tree | 29b9077bb40339029dd18de7208545e9b336cecb /tactics | |
| parent | 6bda57bd75efe55fe1f7774f932e9ef5a65aeaaf (diff) | |
| parent | d8177f283eec2b00d9dd7ea38e57e150e9b00188 (diff) | |
Merge PR #960: Uniformize references to Bugzilla
Diffstat (limited to 'tactics')
| -rw-r--r-- | tactics/tactics.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tactics.ml b/tactics/tactics.ml index 6f7e61f6ba..e8a78d72d6 100644 --- a/tactics/tactics.ml +++ b/tactics/tactics.ml @@ -2471,7 +2471,7 @@ let exceed_bound n = function (* We delay thinning until the completion of the whole intros tactic to ensure that dependent hypotheses are cleared in the right - dependency order (see bug #1000); we use fresh names, not used in + dependency order (see BZ#1000); we use fresh names, not used in the tactic, for the hyps to clear *) (* In [intro_patterns_core b avoid ids thin destopt bound n tac patl]: [b]: compatibility flag, if false at toplevel, do not complete incomplete |
