summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorfvogelnew1@free.fr <fvogel>2016-05-12 20:32:12 (GMT)
committerfvogelnew1@free.fr <fvogel>2016-05-12 20:32:12 (GMT)
commit609d0a54702f89d0d3a2f704a1d46afc3da1402b (patch)
treea4c2e33b5f8aa82b1c253f10ca1f6c977de8f307 /doc
parent1bf37c7aeea4aff695bdb9770d9f449bf1955b30 (diff)
downloadtk-609d0a54702f89d0d3a2f704a1d46afc3da1402b.zip
tk-609d0a54702f89d0d3a2f704a1d46afc3da1402b.tar.gz
tk-609d0a54702f89d0d3a2f704a1d46afc3da1402b.tar.bz2
Documentation for [.t edit canundo/canredo]
Diffstat (limited to 'doc')
-rw-r--r--doc/text.n10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/text.n b/doc/text.n
index 9ec8f74..c788fa5 100644
--- a/doc/text.n
+++ b/doc/text.n
@@ -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.