summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorfvogel <fvogel@noemail.net>2015-11-08 22:06:11 (GMT)
committerfvogel <fvogel@noemail.net>2015-11-08 22:06:11 (GMT)
commit4dc3351152088fd1b1374c20a0354f58e7762a9c (patch)
tree10dd35b6e6ad186671a088f3122718092ab4dbab /doc
parent05dfb89eeaef347b9d8d188513a96160743bc1b9 (diff)
parent4873bff48f12f975efc35fe625450872c546de8a (diff)
downloadtk-4dc3351152088fd1b1374c20a0354f58e7762a9c.zip
tk-4dc3351152088fd1b1374c20a0354f58e7762a9c.tar.gz
tk-4dc3351152088fd1b1374c20a0354f58e7762a9c.tar.bz2
Fixed bug [297442da29] - tk_strictMotif not correctly taken into account
FossilOrigin-Name: 73ae023b8597f322b451271d3415ee81c873b650
Diffstat (limited to 'doc')
-rw-r--r--doc/text.n5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/text.n b/doc/text.n
index 3633703..d2f0c82 100644
--- a/doc/text.n
+++ b/doc/text.n
@@ -2222,9 +2222,8 @@ after copying it to the clipboard.
Control-t reverses the order of the two characters to the right of
the insertion cursor.
.IP [32]
-Control-z (and Control-underscore on UNIX when \fBtk_strictMotif\fR is
-true) undoes the last edit action if the \fB\-undo\fR option is true.
-Does nothing otherwise.
+Control-z (undoes the last edit action if the \fB\-undo\fR option is
+true. Does nothing otherwise.
.IP [33]
Control-Z (or Control-y on Windows) reapplies the last undone edit
action if the \fB\-undo\fR option is true. Does nothing otherwise.