summaryrefslogtreecommitdiffstats
path: root/doc/listbox.n
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2004-03-25 12:12:35 (GMT)
committervincentdarley <vincentdarley>2004-03-25 12:12:35 (GMT)
commit75791dad3c3d9947598d34c7e0f3470126b401e4 (patch)
treec77eb5434e514789bbeea80e0edf5665959a9c29 /doc/listbox.n
parent36561300e09e603e3ed9f5d1750278417f0c0829 (diff)
downloadtk-75791dad3c3d9947598d34c7e0f3470126b401e4.zip
tk-75791dad3c3d9947598d34c7e0f3470126b401e4.tar.gz
tk-75791dad3c3d9947598d34c7e0f3470126b401e4.tar.bz2
Fix typos in documentation
Diffstat (limited to 'doc/listbox.n')
-rw-r--r--doc/listbox.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/listbox.n b/doc/listbox.n
index 7326497..c84d1d2 100644
--- a/doc/listbox.n
+++ b/doc/listbox.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: listbox.n,v 1.9 2002/06/21 02:38:54 hobbs Exp $
+'\" RCS: @(#) $Id: listbox.n,v 1.10 2004/03/25 12:12:36 vincentdarley Exp $
'\"
.so man.macros
.TH listbox n 8.4 Tk "Tk Built-In Commands"
@@ -509,11 +509,11 @@ by one page (the height of the window).
The Home and End keys scroll the listbox horizontally to
the left and right edges, respectively.
.IP [10]
-Control-Home sets the location cursor to the the first element in
+Control-Home sets the location cursor to the first element in
the listbox, selects that element, and deselects everything else
in the listbox.
.IP [11]
-Control-End sets the location cursor to the the last element in
+Control-End sets the location cursor to the last element in
the listbox, selects that element, and deselects everything else
in the listbox.
.IP [12]