Index: generic/gentclAPI.decls =================================================================== diff -u -rff41e1a0cb88c3aa7b96ca3b67b27043794991b0 -re5b7b9261b0de87bf7a45ff7416ecd967037fa0b --- generic/gentclAPI.decls (.../gentclAPI.decls) (revision ff41e1a0cb88c3aa7b96ca3b67b27043794991b0) +++ generic/gentclAPI.decls (.../gentclAPI.decls) (revision e5b7b9261b0de87bf7a45ff7416ecd967037fa0b) @@ -30,7 +30,7 @@ {-argName "arg" -required 0 -type tclobj} } xotclCmd configure XOTclConfigureCmd { - {-argName "configureoption" -required 1 -type "filter|softrecreate|cacheinterface"} + {-argName "configureoption" -required 1 -type "filter|softrecreate|cacheinterface|objectsystems"} {-argName "value" -required 0 -type tclobj} } xotclCmd createobjectsystem XOTclCreateObjectSystemCmd { @@ -80,7 +80,7 @@ } xotclCmd is XOTclIsCmd { {-argName "object" -required 1 -type tclobj} - {-argName "objectkind" -type "type|object|class|metaclass|mixin"} + {-argName "objectkind" -type "type|object|class|baseclass|metaclass|mixin"} {-argName "value" -required 0 -type tclobj} } xotclCmd method XOTclMethodCmd {