src/Pure/proof_general.ML
changeset 16816 ccf39b7ca3b7
parent 16798 36d34186741b
child 16821 ba1f6aba44ed
--- a/src/Pure/proof_general.ML	Wed Jul 13 16:07:37 2005 +0200
+++ b/src/Pure/proof_general.ML	Wed Jul 13 16:08:21 2005 +0200
@@ -607,7 +607,7 @@
        ("Track theorem dependencies within Proof General",
         thm_deps_option)),
      ("skip-proofs",
-      ("Skip all proof scripts (interactive-only)",
+      ("Ignore proof scripts (interactive-only)",
        bool_option Toplevel.skip_proofs))])
    ];
 end;