aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-10-15 16:53:29 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-10-15 16:53:29 +0000
commitf8748c9ba3b96d3a9380a6f93c4bf1ca9dc4920c (patch)
treeca617fedb2184bf8dbaf1b914aa594c0014ce290 /doc
parent8a02eb5664b115d8afcf3b92c50a402f3bf402e6 (diff)
Documentation 'Focus num'
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8590 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/RefMan-pro.tex14
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/RefMan-pro.tex b/doc/RefMan-pro.tex
index 1411d9afb..68f96f7cc 100755
--- a/doc/RefMan-pro.tex
+++ b/doc/RefMan-pro.tex
@@ -280,10 +280,16 @@ This command restores the proof editing process to the original goal.
\end{ErrMsgs}
\subsection{\tt Focus.}\comindex{Focus}
-Will focus the attention on the first subgoal to prove, the remaining
-subgoals will no more be printed after the application of a tactic.
-This is useful when there are many current subgoals which clutter your
-screen.
+This focuses the attention on the first subgoal to prove and the printing
+of the other subgoals is suspended until the focused subgoal is
+solved or unfocused. This is useful when there are many current
+subgoals which clutter your screen.
+
+\begin{Variant}
+\item {\tt Focus {\num}.}\\
+This focuses the attention on the $\num^{\scriptsize th}$ subgoal to prove.
+
+\end{Variant}
\subsection{\tt Unfocus.}\comindex{Unfocus}
Turns off the focus mode.