doc-src/Ref/tactic.tex
changeset 17818 38c889d77282
parent 10347 c0cfc4ac12e2
child 30184 37969710e61f
--- a/doc-src/Ref/tactic.tex	Mon Oct 10 05:46:17 2005 +0200
+++ b/doc-src/Ref/tactic.tex	Mon Oct 10 14:43:45 2005 +0200
@@ -634,7 +634,7 @@
 \index{tracing!of tactics}
 \begin{ttbox} 
 pause_tac: tactic
-print_tac: tactic
+print_tac: string -> tactic
 \end{ttbox}
 These tactics print tracing information when they are applied to a proof
 state.  Their output may be difficult to interpret.  Note that certain of
@@ -646,7 +646,7 @@
 from the terminal.  If this line is blank then it returns the proof state
 unchanged; otherwise it fails (which may terminate a repetition).
 
-\item[\ttindexbold{print_tac}] 
+\item[\ttindexbold{print_tac}~$msg$] 
 returns the proof state unchanged, with the side effect of printing it at
 the terminal.
 \end{ttdescription}