src/Pure/Tools/find_theorems.ML
changeset 59936 b8ffc3dc9e24
parent 59934 b65c4370f831
child 59970 e9f73d87d904
--- a/src/Pure/Tools/find_theorems.ML	Mon Apr 06 16:30:44 2015 +0200
+++ b/src/Pure/Tools/find_theorems.ML	Mon Apr 06 17:06:48 2015 +0200
@@ -535,7 +535,7 @@
   |> #1;
 
 val _ =
-  Outer_Syntax.command @{command_spec "find_theorems"}
+  Outer_Syntax.command @{command_keyword find_theorems}
     "find theorems meeting specified criteria"
     (options -- query >> (fn ((opt_lim, rem_dups), spec) =>
       Toplevel.keep (fn st =>