lib/Tools/fixdots
changeset 3826 0caedb36900d
parent 3825 478461d77e88
child 4508 f102cb0140fe
equal deleted inserted replaced
3825:478461d77e88 3826:0caedb36900d
    14   echo
    14   echo
    15   echo "Usage: $PRG [FILES|DIRS...]"
    15   echo "Usage: $PRG [FILES|DIRS...]"
    16   echo
    16   echo
    17   echo "  Recursively find .thy/.ML files, patching them to ensure that"
    17   echo "  Recursively find .thy/.ML files, patching them to ensure that"
    18   echo "  dots in formulas are followed by non-idents."
    18   echo "  dots in formulas are followed by non-idents."
       
    19   echo
       
    20   echo "  Renames old versions of FILES by appending \"~~\"."
    19   echo
    21   echo
    20   exit 1
    22   exit 1
    21 }
    23 }
    22 
    24 
    23 
    25