# HG changeset patch # User wenzelm # Date 1309425336 -7200 # Node ID fd650d6592756065d0568d9aeadc5abae36f57ef # Parent 4ac04bf9ff898ffd7081fdad05f6d029b3782ce1 tuned comments; diff -r 4ac04bf9ff89 -r fd650d659275 src/Pure/General/path.ML --- a/src/Pure/General/path.ML Thu Jun 30 00:09:57 2011 +0200 +++ b/src/Pure/General/path.ML Thu Jun 30 11:15:36 2011 +0200 @@ -1,8 +1,8 @@ (* Title: Pure/General/path.ML Author: Markus Wenzel, TU Muenchen -Abstract algebra of file paths: basic POSIX notation, extended by -named roots (e.g. //foo) and variables (e.g. $BAR). +Algebra of file-system paths: basic POSIX notation, extended by named +roots (e.g. //foo) and variables (e.g. $BAR). *) signature PATH = diff -r 4ac04bf9ff89 -r fd650d659275 src/Pure/General/path.scala --- a/src/Pure/General/path.scala Thu Jun 30 00:09:57 2011 +0200 +++ b/src/Pure/General/path.scala Thu Jun 30 11:15:36 2011 +0200 @@ -1,8 +1,8 @@ /* Title: Pure/General/path.scala Author: Makarius -Abstract algebra of file paths: basic POSIX notation, extended by -named roots (e.g. //foo) and variables (e.g. $BAR). +Algebra of file-system paths: basic POSIX notation, extended by named +roots (e.g. //foo) and variables (e.g. $BAR). */ package isabelle