diff options
author | fvogel <fvogelnew1@free.fr> | 2015-11-08 22:14:04 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2015-11-08 22:14:04 (GMT) |
commit | 37f4c8b8dec83f87b9e662ce1a9c70a4b624a9bf (patch) | |
tree | d8e573fe1ac1481ccc5b821424035e6327a1da06 /doc | |
parent | e34ce9c14352ff92bd3dc7c5e916b855ce5e0855 (diff) | |
parent | a3cbc8450cd46d22821a752b8d135ba65c6d53e2 (diff) | |
download | tk-37f4c8b8dec83f87b9e662ce1a9c70a4b624a9bf.zip tk-37f4c8b8dec83f87b9e662ce1a9c70a4b624a9bf.tar.gz tk-37f4c8b8dec83f87b9e662ce1a9c70a4b624a9bf.tar.bz2 |
Fixed bug [297442da29] - tk_strictMotif not correctly taken into account
Diffstat (limited to 'doc')
-rw-r--r-- | doc/text.n | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1992,9 +1992,8 @@ 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. |