diff options
author | pooryorick <com.digitalsmarties@pooryorick.com> | 2019-11-06 20:41:58 (GMT) |
---|---|---|
committer | pooryorick <com.digitalsmarties@pooryorick.com> | 2019-11-06 20:41:58 (GMT) |
commit | a93db0866a458cfd4afff3157d2a1b525fcddccc (patch) | |
tree | fd8bbdc2aaf03b53a77786a4fb356496fe29bdea /generic/tclFileName.c | |
parent | 1e151782fccce0a790bdafce838f53a2409a81f5 (diff) | |
download | tcl-a93db0866a458cfd4afff3157d2a1b525fcddccc.zip tcl-a93db0866a458cfd4afff3157d2a1b525fcddccc.tar.gz tcl-a93db0866a458cfd4afff3157d2a1b525fcddccc.tar.bz2 |
Rewrite documentation of IO subsystem.
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 3419d7c..834eef7 100644 --- a/generic/tclFileName.c +++ b/generic/tclFileName.c @@ -1680,9 +1680,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 |