summaryrefslogtreecommitdiffstats
path: root/tools/index.tcl
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2003-06-04 23:41:14 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2003-06-04 23:41:14 (GMT)
commitbbd2e7af7aeb9a2e197f40113740755504716d7a (patch)
tree474aaded278e4066475e759d40c50466c410d28f /tools/index.tcl
parent0c2fad2535129377ff0aeba08bee31cb85c08814 (diff)
downloadtcl-bbd2e7af7aeb9a2e197f40113740755504716d7a.zip
tcl-bbd2e7af7aeb9a2e197f40113740755504716d7a.tar.gz
tcl-bbd2e7af7aeb9a2e197f40113740755504716d7a.tar.bz2
Fix for [Bug 748700]
Diffstat (limited to 'tools/index.tcl')
-rw-r--r--tools/index.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/index.tcl b/tools/index.tcl
index f2c162f..629ceb4 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.3.40.1 2003/06/04 23:41:15 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.