src/HOL/Tools/res_reconstruct.ML
changeset 24387 cf2470f64b1d
parent 24182 a39c5e7de6a7
child 24425 ca97c6f3d9cd
--- a/src/HOL/Tools/res_reconstruct.ML	Tue Aug 21 18:27:41 2007 +0200
+++ b/src/HOL/Tools/res_reconstruct.ML	Tue Aug 21 18:30:11 2007 +0200
@@ -541,7 +541,7 @@
  (trace ("\n\nGetting lemma names. proofstr is " ^ proofstr ^
          " num of clauses is " ^ string_of_int (Vector.length thm_names));
   signal_success probfile toParent ppid
-    ("Try this command: \n  apply " ^ rules_to_metis (getax proofstr thm_names))
+    ("apply " ^ rules_to_metis (getax proofstr thm_names))
  )
  handle e => (*FIXME: exn handler is too general!*)
   (trace ("\nprover_lemma_list_aux: In exception handler: " ^ Toplevel.exn_message e);