diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-05-25 14:52:29 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-05-25 14:52:29 (GMT) |
commit | e5cf73ab3bdafb87f1b44a624d746cb1d6d218ec (patch) | |
tree | cf2dc0c375b1925ed633b5f9dfbb521cfebb6e67 /doc/Ensemble.3 | |
parent | 28577b6998a07f7ffc77fb14e6ebf7f915c67ba0 (diff) | |
parent | 3b7874998c20e5c1a931b1a9c6337f154c65351c (diff) | |
download | tcl-e5cf73ab3bdafb87f1b44a624d746cb1d6d218ec.zip tcl-e5cf73ab3bdafb87f1b44a624d746cb1d6d218ec.tar.gz tcl-e5cf73ab3bdafb87f1b44a624d746cb1d6d218ec.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 8a8c74e..cd69bbd 100644 --- a/doc/Ensemble.3 +++ b/doc/Ensemble.3 @@ -159,6 +159,8 @@ code (\fBTCL_OK\fR, or \fBTCL_ERROR\fR 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 \fBformal pre-subcommand parameter list\fR (read-write) .VS 8.6 |