From 79468c974649ac8235e35f8b07d862476c72695e Mon Sep 17 00:00:00 2001 From: fvogel Date: Thu, 5 Nov 2015 07:06:01 +0000 Subject: Fixed bug [297442da29] - tk_strictMotif not correctly taken into account --- doc/text.n | 5 ++--- library/tk.tcl | 1 - 2 files changed, 2 insertions(+), 4 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. diff --git a/library/tk.tcl b/library/tk.tcl index a9db8cb..d045222 100644 --- a/library/tk.tcl +++ b/library/tk.tcl @@ -308,7 +308,6 @@ proc ::tk::EventMotifBindings {n1 dummy dummy} { event $op <> event $op <> event $op <> - event $op <> } #---------------------------------------------------------------------- -- cgit v0.12