summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2018-01-16 14:53:41 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2018-01-16 14:53:41 (GMT)
commit7c60d44ce6b8c71d89857ce711a3f7f62ce2de2c (patch)
treef8058c9d9aa3ae692e3ec23049c7a714c69b4c24 /library
parente89d1e331e09f13b01ad0436d00bf199214d4d46 (diff)
downloadtcl-7c60d44ce6b8c71d89857ce711a3f7f62ce2de2c.zip
tcl-7c60d44ce6b8c71d89857ce711a3f7f62ce2de2c.tar.gz
tcl-7c60d44ce6b8c71d89857ce711a3f7f62ce2de2c.tar.bz2
Comment updated
Diffstat (limited to 'library')
-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 {