diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-06-23 13:16:17 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-06-23 13:16:17 (GMT) |
commit | d36655ac538d3611c8872323f5127ca460e06b5d (patch) | |
tree | 4f03b5e0c01e83adeec7e685e8ed6361c5619539 /generic/tclCompCmds.c | |
parent | 6487dd7257ba0b956a051ba399b1500885760d5a (diff) | |
parent | b3605165596e32b3b22e931cae510f4b900290d7 (diff) | |
download | tcl-d36655ac538d3611c8872323f5127ca460e06b5d.zip tcl-d36655ac538d3611c8872323f5127ca460e06b5d.tar.gz tcl-d36655ac538d3611c8872323f5127ca460e06b5d.tar.bz2 |
Merge 8.7. Update documentation
Diffstat (limited to 'generic/tclCompCmds.c')
-rw-r--r-- | generic/tclCompCmds.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCompCmds.c b/generic/tclCompCmds.c index 4b82e18..d01228c 100644 --- a/generic/tclCompCmds.c +++ b/generic/tclCompCmds.c @@ -3346,10 +3346,10 @@ TclCompileFormatCmd( * Returns the non-negative integer index value into the table of * compiled locals corresponding to a local scalar variable name. * If the arguments passed in do not identify a local scalar variable - * then return -1. + * then return TCL_INDEX_NONE. * * Side effects: - * May add an entery into the table of compiled locals. + * May add an entry into the table of compiled locals. * *---------------------------------------------------------------------- */ |