Index: doc/current.3 =================================================================== diff -u -r7a895a1ed3731fe5f4955224f251ad7d57c7e7cb -r563b2d4feab7e900cbe7fd61a41ab13b41efc7cf --- doc/current.3 (.../current.3) (revision 7a895a1ed3731fe5f4955224f251ad7d57c7e7cb) +++ doc/current.3 (.../current.3) (revision 563b2d4feab7e900cbe7fd61a41ab13b41efc7cf) @@ -338,10 +338,10 @@ method implementation was invoked via \fBnx::next\fR; 0 otherwise\&. .IP \(bu \fBlevel\fR will return a number indicating the stack -level of the invoking method or script, or an empty string when +level of the currently executed method or script, or an empty string when executed outside an NX context (e\&.g\&., in a Tcl proc or a namespace script)\&. The resulting value can be directly passed as \fIlevel\fR to -\fBinfo level\fR)\&. +\fBinfo level\fR\&. .IP \(bu \fBmethod\fR returns the name of the currently executing method\&. If an ensemble-method call, the name of the bottom-most Index: doc/current.man =================================================================== diff -u -rb8ca306282c9a1000b1c93ffd97f7f4673953f65 -r563b2d4feab7e900cbe7fd61a41ab13b41efc7cf --- doc/current.man (.../current.man) (revision b8ca306282c9a1000b1c93ffd97f7f4673953f65) +++ doc/current.man (.../current.man) (revision 563b2d4feab7e900cbe7fd61a41ab13b41efc7cf) @@ -75,10 +75,10 @@ method implementation was invoked via [cmd nx::next]; 0 otherwise. [item] [option "level"] will return a number indicating the stack -level of the invoking method or script, or an empty string when +level of the currently executed method or script, or an empty string when executed outside an NX context (e.g., in a Tcl proc or a namespace script). The resulting value can be directly passed as [arg "level"] to -[cmd "info level"]). +[cmd "info level"]. [item] [option method] returns the name of the currently executing method. If an ensemble-method call, the name of the bottom-most