author | wenzelm |
Tue, 22 Apr 2014 12:03:58 +0200 | |
changeset 56629 | ca302c495bca |
parent 56628 | a2df9de46060 |
child 56630 | d06c44532706 |
--- a/src/Pure/Isar/isar_syn.ML Tue Apr 22 11:53:05 2014 +0200 +++ b/src/Pure/Isar/isar_syn.ML Tue Apr 22 12:03:58 2014 +0200 @@ -1021,7 +1021,7 @@ (Parse.opt_unit >> K (Toplevel.imperative Secure.commit)); val _ = - Outer_Syntax.improper_command @{command_spec "quit"} "quit Isabelle" + Outer_Syntax.improper_command @{command_spec "quit"} "quit Isabelle process" (Parse.opt_unit >> (K (Toplevel.imperative quit))); val _ =