Modified message for sendback
authorpaulson
Tue, 21 Aug 2007 18:30:11 +0200
changeset 24387 cf2470f64b1d
parent 24386 7cbaf94aed08
child 24388 cf24894b81ff
Modified message for sendback
src/HOL/Tools/res_reconstruct.ML
--- 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);