summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--library/msgcat/msgcat.tcl5
1 files changed, 3 insertions, 2 deletions
diff --git a/library/msgcat/msgcat.tcl b/library/msgcat/msgcat.tcl
index 0b1079b..33ff5cb 100644
--- a/library/msgcat/msgcat.tcl
+++ b/library/msgcat/msgcat.tcl
@@ -1144,9 +1144,10 @@ proc msgcat::ConvertLocale {value} {
}
# helper function to find package namespace of stack-frame -2
-# There are 3 possibilities:
+# There are 4 possibilities:
# - called from a proc
-# - called from a oo class
+# - called within a class definition script
+# - called from an class defined oo object
# - called from a classless oo object
proc ::msgcat::PackageNamespaceGet {} {
uplevel 2 {