diff options
author | fvogel <fvogel@noemail.net> | 2015-11-08 22:14:04 (GMT) |
---|---|---|
committer | fvogel <fvogel@noemail.net> | 2015-11-08 22:14:04 (GMT) |
commit | 8aff219cdb91274190a5d825420c7772095c1e82 (patch) | |
tree | d8e573fe1ac1481ccc5b821424035e6327a1da06 /doc | |
parent | a04e4798aa60275ce5228d3b2d61157911569e07 (diff) | |
parent | 4dc3351152088fd1b1374c20a0354f58e7762a9c (diff) | |
download | tk-8aff219cdb91274190a5d825420c7772095c1e82.zip tk-8aff219cdb91274190a5d825420c7772095c1e82.tar.gz tk-8aff219cdb91274190a5d825420c7772095c1e82.tar.bz2 |
Fixed bug [297442da29] - tk_strictMotif not correctly taken into account
FossilOrigin-Name: ed0eed3547698aaed5d591bba8c141b4c73c3c91
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. |