Index: library/xotcl/library/lib/xodoc.xotcl =================================================================== diff -u -rb9fcdec2a4d614ee624d548218df4719cdb27049 -rdc6b2eb2f4a57981055d664c6b14ff1b7dc3fe5c --- library/xotcl/library/lib/xodoc.xotcl (.../xodoc.xotcl) (revision b9fcdec2a4d614ee624d548218df4719cdb27049) +++ library/xotcl/library/lib/xodoc.xotcl (.../xodoc.xotcl) (revision dc6b2eb2f4a57981055d664c6b14ff1b7dc3fe5c) @@ -391,7 +391,7 @@ } @ XODoc instproc writeFile { - filename "file name destination" name "name of the HTML document" + filename "filename destination" name "name of the HTML document" } { description "Create HTML docuemntation from metadata token and write to file " }