diff -r 9ae5c21fc88c -r f21494dc0bf6 src/HOL/Import/import.ML --- a/src/HOL/Import/import.ML Sat Mar 03 23:49:54 2012 +0100 +++ b/src/HOL/Import/import.ML Sat Mar 03 23:54:44 2012 +0100 @@ -64,7 +64,7 @@ val setup = Method.setup @{binding import} (Scan.lift (Args.name -- Args.name) >> (fn arg => fn ctxt => SIMPLE_METHOD (import_tac ctxt arg))) - "import HOL4 theorem" + "import external theorem" end