diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2003-06-04 23:40:16 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2003-06-04 23:40:16 (GMT) |
commit | d957ac0939a46479bf11a785dcf44c3bfa5d9eef (patch) | |
tree | b447523a2146b1bb2a0d417f6e500f5a6d1c47ab /tools/index.tcl | |
parent | 753ae00890d0e80ad9d637fea2871c566e67bb17 (diff) | |
download | tcl-d957ac0939a46479bf11a785dcf44c3bfa5d9eef.zip tcl-d957ac0939a46479bf11a785dcf44c3bfa5d9eef.tar.gz tcl-d957ac0939a46479bf11a785dcf44c3bfa5d9eef.tar.bz2 |
Fix for [Bug 748700]
Diffstat (limited to 'tools/index.tcl')
-rw-r--r-- | tools/index.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/index.tcl b/tools/index.tcl index f2c162f..26e4386 100644 --- a/tools/index.tcl +++ b/tools/index.tcl @@ -9,7 +9,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: index.tcl,v 1.3 1998/09/14 18:40:15 stanton Exp $ +# RCS: @(#) $Id: index.tcl,v 1.4 2003/06/04 23:40:18 mistachkin Exp $ # # Global variables used by these scripts: @@ -63,7 +63,7 @@ proc getSections {pkg} { lsort [array names temp] } -# getSections -- +# getTopics -- # # Generate a sorted list of topics in the specified section of the # specified package from the topics array. |