Index: library/nx/nx.tcl =================================================================== diff -u -rae50f752a447d5302ff8c241be8e4891ce0b4bb7 -ra05810ca08cf934d794bfd3b4deedfda6e8068c3 --- library/nx/nx.tcl (.../nx.tcl) (revision ae50f752a447d5302ff8c241be8e4891ce0b4bb7) +++ library/nx/nx.tcl (.../nx.tcl) (revision a05810ca08cf934d794bfd3b4deedfda6e8068c3) @@ -728,7 +728,7 @@ :alias "info filter methods" ::nsf::cmd::ObjectInfo2::filtermethods :alias "info forward" ::nsf::cmd::ObjectInfo2::forward :alias "info hasnamespace" ::nsf::cmd::ObjectInfo2::hasnamespace - :method "info is" {kind value:optional} {::nsf::objectproperty [::nsf::current object] $kind {*}[expr {[info exists value]?$value:""}]} + :method "info is" {kind {value ""}} {::nsf::objectproperty [::nsf::current object] $kind {*}$value:""} :alias "info methods" ::nsf::cmd::ObjectInfo2::methods :alias "info mixin guard" ::nsf::cmd::ObjectInfo2::mixinguard :alias "info mixin classes" ::nsf::cmd::ObjectInfo2::mixinclasses