summaryrefslogtreecommitdiffstats
path: root/library/ttk/entry.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-10 14:20:42 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-10 14:20:42 (GMT)
commit532ab7d7c67ae98335942d7bf2b169be72949772 (patch)
tree4d9193a827207d7d0c7faa05fc2dc9f75b464577 /library/ttk/entry.tcl
parente0bd909e9cbf88687b78a5bea9cf90fe251bf3c9 (diff)
downloadtk-532ab7d7c67ae98335942d7bf2b169be72949772.zip
tk-532ab7d7c67ae98335942d7bf2b169be72949772.tar.gz
tk-532ab7d7c67ae98335942d7bf2b169be72949772.tar.bz2
Remove excess spacing in various library files.
Diffstat (limited to 'library/ttk/entry.tcl')
-rw-r--r--library/ttk/entry.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/ttk/entry.tcl b/library/ttk/entry.tcl
index b3ebcbd..647d16e 100644
--- a/library/ttk/entry.tcl
+++ b/library/ttk/entry.tcl
@@ -418,7 +418,7 @@ proc ttk::entry::DragOut {w mode} {
# Suspend autoscroll.
#
proc ttk::entry::DragIn {w} {
- ttk::CancelRepeat
+ ttk::CancelRepeat
}
## <ButtonRelease-1> binding
@@ -432,7 +432,7 @@ proc ttk::entry::Release {w} {
## AutoScroll
# Called repeatedly when the mouse is outside an entry window
# with Button 1 down. Scroll the window left or right,
-# depending on where the mouse left the window, and extend
+# depending on where the mouse left the window, and extend
# the selection according to the current selection mode.
#
# TODO: AutoScroll should repeat faster (50ms) than normal autorepeat.