diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2023-06-05 11:12:08 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2023-06-05 11:12:08 (GMT) |
commit | a9377a35b758968f62531271a5d5978ee9d8645a (patch) | |
tree | efbf0bd808f3ae54ab2a9cd648869ab0f5df6ed0 /doc | |
parent | d716e3bd57891173c4e62bc4425ad8b0e790a96e (diff) | |
download | tcl-a9377a35b758968f62531271a5d5978ee9d8645a.zip tcl-a9377a35b758968f62531271a5d5978ee9d8645a.tar.gz tcl-a9377a35b758968f62531271a5d5978ee9d8645a.tar.bz2 |
Added note about how some commands are mainly for Tk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/library.n | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/library.n b/doc/library.n index 64252f3..fb43364 100644 --- a/doc/library.n +++ b/doc/library.n @@ -248,6 +248,9 @@ For example, to print the contents of the \fBtcl_platform\fR array, do: \fBparray\fR tcl_platform .CE .RE +.SS "WORD BOUNDARY HELPERS" +.PP +These procedures are mainly used internally by Tk. .TP \fBtcl_endOfWord \fIstr start\fR . |