diff options
Diffstat (limited to 'doc/refman/Program.tex')
| -rw-r--r-- | doc/refman/Program.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/refman/Program.tex b/doc/refman/Program.tex index fee070fd65..5632aac42a 100644 --- a/doc/refman/Program.tex +++ b/doc/refman/Program.tex @@ -241,11 +241,11 @@ tactic is replaced by the default one if not specified. obligation {\tt num}. \item {\tt Next Obligation [of \ident]}\comindex{Next Obligation} Start the proof of the next unsolved obligation. -\item {\tt Solve Obligations [of \ident] [using +\item {\tt Solve Obligations [of \ident] [with \tacexpr]}\comindex{Solve Obligations} Tries to solve each obligation of \ident using the given tactic or the default one. -\item {\tt Solve All Obligations [using \tacexpr]} Tries to solve +\item {\tt Solve All Obligations [with \tacexpr]} Tries to solve each obligation of every program using the given tactic or the default one (useful for mutually recursive definitions). \item {\tt Admit Obligations [of \ident]}\comindex{Admit Obligations} |
