summaryrefslogtreecommitdiff
path: root/tk/library/demos/text.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tk/library/demos/text.tcl')
-rw-r--r--tk/library/demos/text.tcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tk/library/demos/text.tcl b/tk/library/demos/text.tcl
index 97df78021f5..0cd2219c165 100644
--- a/tk/library/demos/text.tcl
+++ b/tk/library/demos/text.tcl
@@ -3,7 +3,7 @@
# This demonstration script creates a text widget that describes
# the basic editing functions.
#
-# SCCS: @(#) text.tcl 1.6 97/03/02 16:28:12
+# RCS: @(#) $Id$
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
@@ -74,3 +74,4 @@ even number of characters high and wide. Also, if you make the window
narrow you can see that long lines automatically wrap around onto
additional lines so that all the information is always visible.}
$w.text mark set insert 0.0
+