diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-05-25 14:49:30 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-05-25 14:49:30 (GMT) |
commit | b317e4d6a30ce58b28482a6b884f3aed5a3f05f7 (patch) | |
tree | 38aeffc01277130f218bfb42a5536c7285beccc0 /doc/Ensemble.3 | |
parent | 4a6df05f757a4b54a41154e1ede8c06d2e038362 (diff) | |
download | tcl-b317e4d6a30ce58b28482a6b884f3aed5a3f05f7.zip tcl-b317e4d6a30ce58b28482a6b884f3aed5a3f05f7.tar.gz tcl-b317e4d6a30ce58b28482a6b884f3aed5a3f05f7.tar.bz2 |
[Bug 3528418]: Document what is going on with respect to qualification of
command prefixes in ensemble subcommand maps.
Diffstat (limited to 'doc/Ensemble.3')
-rw-r--r-- | doc/Ensemble.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Ensemble.3 b/doc/Ensemble.3 index 5a5842d..bc743c2 100644 --- a/doc/Ensemble.3 +++ b/doc/Ensemble.3 @@ -148,6 +148,8 @@ code (TCL_OK, or TCL_ERROR if the token does not refer to an ensemble) and the dictionary obtained from \fBTcl_GetEnsembleMappingDict\fR should always be treated as immutable even if it is unshared. +All command names in prefixes set via \fBTcl_SetEnsembleMappingDict\fR +must be fully qualified. .TP \fBsubcommand list\fR (read-write) A list of all the subcommand names for the ensemble, or NULL if this |