summaryrefslogtreecommitdiffstats
path: root/doc/text.n
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2005-04-18 11:34:40 (GMT)
committervincentdarley <vincentdarley>2005-04-18 11:34:40 (GMT)
commit5ead8f9a8a9c1df902da03a5abd29c1a36b8e2ee (patch)
tree7f394614d99b93f8cd92b11140fa3789a05effb8 /doc/text.n
parent9295daaaad625b41892d939729104763a2d2b3ce (diff)
downloadtk-5ead8f9a8a9c1df902da03a5abd29c1a36b8e2ee.zip
tk-5ead8f9a8a9c1df902da03a5abd29c1a36b8e2ee.tar.gz
tk-5ead8f9a8a9c1df902da03a5abd29c1a36b8e2ee.tar.bz2
fix to Home/End and display lines
Diffstat (limited to 'doc/text.n')
-rw-r--r--doc/text.n12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/text.n b/doc/text.n
index c294f27..4b2c933 100644
--- a/doc/text.n
+++ b/doc/text.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: text.n,v 1.35 2005/02/14 23:02:52 vincentdarley Exp $
+'\" RCS: @(#) $Id: text.n,v 1.36 2005/04/18 11:34:41 vincentdarley Exp $
'\"
.so man.macros
.TH text n 8.5 Tk "Tk Built-In Commands"
@@ -2026,14 +2026,14 @@ Control-Next and Control-Prior scroll the view right or left by one page
without moving the insertion cursor or affecting the selection.
.IP [13]
Home and Control-a move the insertion cursor to the
-beginning of its line and clear any selection in the widget.
-Shift-Home moves the insertion cursor to the beginning of the line
+beginning of its display line and clear any selection in the widget.
+Shift-Home moves the insertion cursor to the beginning of the display line
and also extends the selection to that point.
.IP [14]
End and Control-e move the insertion cursor to the
-end of the line and clear any selection in the widget.
-Shift-End moves the cursor to the end of the line and extends the selection
-to that point.
+end of the display line and clear any selection in the widget.
+Shift-End moves the cursor to the end of the display line and extends
+the selection to that point.
.IP [15]
Control-Home and Meta-< move the insertion cursor to the beginning of
the text and clear any selection in the widget.