aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvgross2009-01-20 15:49:54 +0000
committervgross2009-01-20 15:49:54 +0000
commit0cde837672eae63965bdf4f02767d9492f365c7d (patch)
treed1a9cfdf3a4663634f7e604cb003318b933ebf04
parentd784d86b6f790189a3bcabcac9e26b36ec73bbad (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
-rw-r--r--doc/refman/RefMan-ide.tex6
-rw-r--r--ide/coqide.ml2
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/refman/RefMan-ide.tex b/doc/refman/RefMan-ide.tex
index fd112f6fa2..5cb4e74676 100644
--- a/doc/refman/RefMan-ide.tex
+++ b/doc/refman/RefMan-ide.tex
@@ -114,9 +114,9 @@ of your theorems and lemmas.
This feature is toggled via the \texttt{Hide} entry of the \texttt{Navigation}
menu, or with a mouse right-click. The proof shall be enclosed between \texttt{Proof.}
-and \texttt{Qed.}, both with their final dots. Finally, the proof that shall be hidden
-or revealed is the first one whose \texttt{Lemma},\texttt{Theorem} or \texttt{Definition}
-statement precedes the insert cursor.
+and \texttt{Qed.}, both with their final dots. The proof that shall be hidden
+or revealed is the first one whose beginning statement (such as \texttt{Theorem})
+precedes the insertion cursor.
\section{Vernacular commands, templates}
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 ->