aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ->