doc-src/fixbookmarks.pl
author wenzelm
Tue, 17 Mar 2009 13:33:21 +0100
changeset 30557 a28d83e903ce
parent 6636 80052270f08b
permissions -rw-r--r--
goal_tac: finish marked assumptions from left to right -- corresponds better with the strategy of etac, with significant performance gains in some situations;


s/\\([a-zA-Z]+)\s*/$1/g;
s/\$//g;
s/^BOOKMARK/\\BOOKMARK/g;