aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorantirez <antirez>2005-03-14 07:22:02 +0000
committerantirez <antirez>2005-03-14 07:22:02 +0000
commit39b905ab9927ee895865b0c292f85542dce1a9c4 (patch)
tree4944c44b461f5b58f506ece8929376103fe420be /TODO
parent0234b2d8533d89ecfdacaf3783fd758d86131689 (diff)
downloadjimtcl-39b905ab9927ee895865b0c292f85542dce1a9c4.zip
jimtcl-39b905ab9927ee895865b0c292f85542dce1a9c4.tar.gz
jimtcl-39b905ab9927ee895865b0c292f85542dce1a9c4.tar.bz2
[lmap] command.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index bcf879d..2667ed3 100644
--- a/TODO
+++ b/TODO
@@ -15,7 +15,7 @@ CORE COMMANDS
are not lazy. Math functions are not present but probably will never
be added as expr functions, but as Tcl commands, like [sin], [cos] and
so on.
-- onleave commnad, executing something as soon as the current procedure
+- onleave command, executing something as soon as the current procedure
returns. With no arguments it returns the script set, with one appends
the onleave script. There should be a way to reset.