summaryrefslogtreecommitdiffstats
path: root/doc/text.n
diff options
context:
space:
mode:
authorstu <stwo@users.sourceforge.net>2018-07-02 18:37:21 (GMT)
committerstu <stwo@users.sourceforge.net>2018-07-02 18:37:21 (GMT)
commitf9f4c5eaa32edc5fa1556757542efa4341dae81c (patch)
treebc75bb44df93fae01b1f70dabdffe62bcb21e512 /doc/text.n
parent7ffe89e4297ece2dea7e265d79e14405374ce457 (diff)
downloadtk-f9f4c5eaa32edc5fa1556757542efa4341dae81c.zip
tk-f9f4c5eaa32edc5fa1556757542efa4341dae81c.tar.gz
tk-f9f4c5eaa32edc5fa1556757542efa4341dae81c.tar.bz2
Try to keep the bindings list sorted-ish.
,
Diffstat (limited to 'doc/text.n')
-rw-r--r--doc/text.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/text.n b/doc/text.n
index d6aaa1d..250dff7 100644
--- a/doc/text.n
+++ b/doc/text.n
@@ -2157,11 +2157,11 @@ insertion cursor without moving the insertion cursor.
Meta-backspace and Meta-Delete delete the word to the left of the insertion
cursor.
.IP [30]
-Control-x deletes whatever is selected in the text widget after copying it to
-the clipboard.
-.IP [31]
Control-t reverses the order of the two characters to the right of the
insertion cursor.
+.IP [31]
+Control-x deletes whatever is selected in the text widget after copying it to
+the clipboard.
.IP [32]
Control-z undoes the last edit action if the \fB\-undo\fR option is true.
Does nothing otherwise.