aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorvgross2009-01-20 15:49:54 +0000
committervgross2009-01-20 15:49:54 +0000
commit0cde837672eae63965bdf4f02767d9492f365c7d (patch)
treed1a9cfdf3a4663634f7e604cb003318b933ebf04 /doc
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
Diffstat (limited to 'doc')
-rw-r--r--doc/refman/RefMan-ide.tex6
1 files changed, 3 insertions, 3 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}