doc-src/fixbookmarks.pl
author wenzelm
Fri, 03 Oct 2008 20:10:44 +0200
changeset 28487 13e637e0c876
parent 6636 80052270f08b
permissions -rw-r--r--
do not handle Error (which matches arbitrary exceptions!), but ERROR _;


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