src/Pure/Isar/isar_syn.ML
changeset 5924 b9d5f5901b59
parent 5914 2c069b0a98ee
child 5937 a777d702e81f
--- a/src/Pure/Isar/isar_syn.ML	Wed Nov 18 10:59:20 1998 +0100
+++ b/src/Pure/Isar/isar_syn.ML	Wed Nov 18 10:59:44 1998 +0100
@@ -419,15 +419,15 @@
   OuterSyntax.parser true "thm" "print theorems" (xthm >> IsarCmd.print_thms);
 
 val print_propP =
-  OuterSyntax.parser true "print_prop" "read and print proposition"
+  OuterSyntax.parser true "prop" "read and print proposition"
     (term >> IsarCmd.print_prop);
 
 val print_termP =
-  OuterSyntax.parser true "print_term" "read and print term"
+  OuterSyntax.parser true "term" "read and print term"
     (term >> IsarCmd.print_term);
 
 val print_typeP =
-  OuterSyntax.parser true "print_type" "read and print type"
+  OuterSyntax.parser true "typ" "read and print type"
     (typ >> IsarCmd.print_type);