diff options
author | fvogel <fvogelnew1@free.fr> | 2016-05-12 20:32:12 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-05-12 20:32:12 (GMT) |
commit | a1fa144f468ecc214ff241aa6c61d2dbee1e3f82 (patch) | |
tree | a4c2e33b5f8aa82b1c253f10ca1f6c977de8f307 /doc | |
parent | 603eb20ad00d84cd8494a90826c37edc71916e97 (diff) | |
download | tk-a1fa144f468ecc214ff241aa6c61d2dbee1e3f82.zip tk-a1fa144f468ecc214ff241aa6c61d2dbee1e3f82.tar.gz tk-a1fa144f468ecc214ff241aa6c61d2dbee1e3f82.tar.bz2 |
Documentation for [.t edit canundo/canredo]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/text.n | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1282,6 +1282,16 @@ behavior of the command depends on the \fIoption\fR argument that follows the supported: .RS .TP +\fIpathName \fBedit canredo\fR +. +Returns a boolean true if redo is possible, i.e. when the redo stack is not +empty. Otherwise returns false. +.TP +\fIpathName \fBedit canundo\fR +. +Returns a boolean true if undo is possible, i.e. when the undo stack is not +empty. Otherwise returns false. +.TP \fIpathName \fBedit modified \fR?\fIboolean\fR? . If \fIboolean\fR is not specified, returns the modified flag of the widget. |