aboutsummaryrefslogtreecommitdiff
path: root/stdlib.tcl
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2011-12-02 20:54:36 +1000
committerSteve Bennett <steveb@workware.net.au>2011-12-02 20:56:48 +1000
commit6757f5c6f30f6630f728fcbd99d7ce4a50135706 (patch)
treead47403fc3f50ff18deb26a836223d9b215eaa0e /stdlib.tcl
parent21d7fc318bcda4c718d32dc82e1249e4861cc5f9 (diff)
downloadjimtcl-6757f5c6f30f6630f728fcbd99d7ce4a50135706.zip
jimtcl-6757f5c6f30f6630f728fcbd99d7ce4a50135706.tar.gz
jimtcl-6757f5c6f30f6630f728fcbd99d7ce4a50135706.tar.bz2
Correct the documentation for 'local'
Also some general documentation cleanups and trailing white space removal. Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'stdlib.tcl')
-rw-r--r--stdlib.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib.tcl b/stdlib.tcl
index e05f93c..177373d 100644
--- a/stdlib.tcl
+++ b/stdlib.tcl
@@ -19,7 +19,7 @@ proc curry {args} {
# Returns the given argument.
# Useful with 'local' as follows:
# proc a {} {...}
-# local function a
+# local function a
#
# set x [lambda ...]
# local function $x