diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-07 14:37:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-07 14:37:14 (GMT) |
commit | 79b3f448c0f16d15dc6b44e04ab6790140458f44 (patch) | |
tree | 5e3cd8c1df9d042103b680e449f31b474d02c4f5 /generic/tclFileName.c | |
parent | 8665d6160812e8c89fef07e3510761c9b13147ff (diff) | |
parent | dd8793f10dce07f7111054c83df565e501e5f4f4 (diff) | |
download | tcl-79b3f448c0f16d15dc6b44e04ab6790140458f44.zip tcl-79b3f448c0f16d15dc6b44e04ab6790140458f44.tar.gz tcl-79b3f448c0f16d15dc6b44e04ab6790140458f44.tar.bz2 |
Merge 8.7
Diffstat (limited to 'generic/tclFileName.c')
-rw-r--r-- | generic/tclFileName.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/generic/tclFileName.c b/generic/tclFileName.c index 0f3f8b1..9ecb631 100644 --- a/generic/tclFileName.c +++ b/generic/tclFileName.c @@ -1683,9 +1683,8 @@ Tcl_GlobObjCmd( * * TclGlob -- * - * This procedure prepares arguments for the DoGlob call. It sets the - * separator string based on the platform, performs * tilde substitution, - * and calls DoGlob. + * Sets the separator string based on the platform, performs tilde + * substitution, and calls DoGlob. * * The interpreter's result, on entry to this function, must be a valid * Tcl list (e.g. it could be empty), since we will lappend any new |