author | wenzelm |
Sat, 08 Dec 2007 22:28:27 +0100 | |
changeset 25588 | 514ae4e4d164 |
parent 25587 | fa2caa00c1b9 |
child 25589 | 9385f043b910 |
--- a/src/Pure/Isar/isar_syn.ML Sat Dec 08 22:07:22 2007 +0100 +++ b/src/Pure/Isar/isar_syn.ML Sat Dec 08 22:28:27 2007 +0100 @@ -753,7 +753,7 @@ (P.position P.string :|-- (fn (str, pos) => (case OuterSyntax.parse pos str of [transition] => Scan.succeed (K transition) - | _ => Scan.fail_with (K "exactly one nested command expected")) + | _ => Scan.fail_with (K "exactly one command expected")) handle ERROR msg => Scan.fail_with (K ("malformed command\n" ^ msg))));