diff options
| author | vgross | 2009-01-20 15:49:54 +0000 |
|---|---|---|
| committer | vgross | 2009-01-20 15:49:54 +0000 |
| commit | 0cde837672eae63965bdf4f02767d9492f365c7d (patch) | |
| tree | d1a9cfdf3a4663634f7e604cb003318b933ebf04 /ide | |
| parent | d784d86b6f790189a3bcabcac9e26b36ec73bbad (diff) | |
Added some missing statements for proof folding and corrected
the reference manual accordingly
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11815 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide')
| -rw-r--r-- | ide/coqide.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/coqide.ml b/ide/coqide.ml index 48f2d0e79c..035f7b4d57 100644 --- a/ide/coqide.ml +++ b/ide/coqide.ml @@ -1655,7 +1655,7 @@ Please restart and report NOW."; [] (List.map (fun s -> cursor#copy#backward_search s) - ["Theorem";"Lemma";"Definition"]) + ["Theorem";"Lemma";"Corollary";"Remark";"Proposition";"Fact";"Property"]) in match stmt_list with | stmt_hd::stmt_tl -> |
