updated print_tac;
authorwenzelm
Mon, 10 Oct 2005 14:43:45 +0200
changeset 17818 38c889d77282
parent 17817 405fb812e738
child 17819 1241e5d31d5b
updated print_tac;
doc-src/Ref/tactic.tex
--- 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}