summaryrefslogtreecommitdiffstats
path: root/doc/text.n
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2015-11-05 07:06:01 (GMT)
committerfvogel <fvogelnew1@free.fr>2015-11-05 07:06:01 (GMT)
commita9fef7578ba2c2750fbe5b8bccd108dc322351f6 (patch)
tree0f0a6e8b299215c139a52e37288c403b1749d819 /doc/text.n
parentb44cddcecc0e5d561f7e5f5db0894d38b1f82884 (diff)
downloadtk-a9fef7578ba2c2750fbe5b8bccd108dc322351f6.zip
tk-a9fef7578ba2c2750fbe5b8bccd108dc322351f6.tar.gz
tk-a9fef7578ba2c2750fbe5b8bccd108dc322351f6.tar.bz2
Fixed bug [297442da29] - tk_strictMotif not correctly taken into account
Diffstat (limited to 'doc/text.n')
-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..2e9bffc 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.