src/Pure/Thy/thy_header.scala
changeset 51627 589daaf48dba
parent 51294 0850d43cb355
child 55492 28d4db6c6e79
--- a/src/Pure/Thy/thy_header.scala	Fri Apr 05 20:43:43 2013 +0200
+++ b/src/Pure/Thy/thy_header.scala	Fri Apr 05 20:54:55 2013 +0200
@@ -73,7 +73,7 @@
       { case x ~ ys ~ zs ~ _ => Thy_Header(x, ys, zs) }
 
     (keyword(HEADER) ~ tags) ~!
-      ((doc_source ~ rep(keyword(";")) ~ keyword(THEORY) ~ tags) ~> args) ^^ { case _ ~ x => x } |
+      ((document_source ~ rep(keyword(";")) ~ keyword(THEORY) ~ tags) ~> args) ^^ { case _ ~ x => x } |
     (keyword(THEORY) ~ tags) ~! args ^^ { case _ ~ x => x }
   }