tuned comments;
authorwenzelm
Sun, 12 May 2013 17:56:53 +0200
changeset 51945 5b1ac9843f02
parent 51944 45b972dc7888
child 51946 449fbf64f4a5
tuned comments;
src/Pure/System/options.ML
src/Pure/System/options.scala
--- a/src/Pure/System/options.ML	Sun May 12 17:51:34 2013 +0200
+++ b/src/Pure/System/options.ML	Sun May 12 17:56:53 2013 +0200
@@ -1,7 +1,7 @@
 (*  Title:      Pure/System/options.ML
     Author:     Makarius
 
-Stand-alone options with external string representation.
+System options with external string representation.
 *)
 
 signature OPTIONS =
--- a/src/Pure/System/options.scala	Sun May 12 17:51:34 2013 +0200
+++ b/src/Pure/System/options.scala	Sun May 12 17:56:53 2013 +0200
@@ -1,7 +1,7 @@
 /*  Title:      Pure/System/options.scala
     Author:     Makarius
 
-Stand-alone options with external string representation.
+System options with external string representation.
 */
 
 package isabelle