doc-src/fixbookmarks.pl
author huffman
Sat, 22 May 2010 18:34:38 -0700
changeset 37097 476016cbf8b3
parent 6636 80052270f08b
permissions -rw-r--r--
for functions with only variable patterns, fixrec definitions no longer use Fixrec.return/Fixrec.run


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