Index: doc/current.man =================================================================== diff -u -rd49b5f90fec18930612d4fe2a36463226e94eb3b -rbf42a9bc9fffff123de76674ddabb3125eb1faa0 --- doc/current.man (.../current.man) (revision d49b5f90fec18930612d4fe2a36463226e94eb3b) +++ doc/current.man (.../current.man) (revision bf42a9bc9fffff123de76674ddabb3125eb1faa0) @@ -1,9 +1,9 @@ -[comment {-*- tcl -*- nx::current manpage}] +[comment {-*- Tcl -*- nx::current manpage}] [include version.inc] [manpage_begin nx::current 3 [vset VERSION]] -[copyright { 2014-2016 Stefan Sobernig , Gustaf Neumann ; available under the Creative Commons Attribution 3.0 Austria license (CC BY 3.0 AT).}] +[copyright {2014-16 Stefan Sobernig , Gustaf Neumann ; available under the Creative Commons Attribution 3.0 Austria license (CC BY 3.0 AT).}] [titledesc {Return information about the method callstack}] [moddesc {NX API}] @@ -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