summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-03-27 15:02:41 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-03-27 15:02:41 (GMT)
commit27c210cc9a79fc426bd62757e1410f797012f3e0 (patch)
tree7d706f6c1eeada6dca99711a031e0d88e9d2dcf6 /doc
parent04ed959780456503f83b4aa4e4d67c344ad9ded4 (diff)
parentb3db9087841c153570ebfc1edd7ac33f3dd8bbcf (diff)
downloadtk-27c210cc9a79fc426bd62757e1410f797012f3e0.zip
tk-27c210cc9a79fc426bd62757e1410f797012f3e0.tar.gz
tk-27c210cc9a79fc426bd62757e1410f797012f3e0.tar.bz2
End of fix for [18c08df753] - Merged branch bug-2886436fff-option2bug_18c08df753
Diffstat (limited to 'doc')
-rw-r--r--doc/text.n8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/text.n b/doc/text.n
index d2f0c82..32019ce 100644
--- a/doc/text.n
+++ b/doc/text.n
@@ -1216,8 +1216,12 @@ If \fIindex2\fR does not specify a position later in the text
than \fIindex1\fR then no characters are deleted.
If \fIindex2\fR is not specified then the single character at
\fIindex1\fR is deleted.
-It is not allowable to delete characters in a way that would leave
-the text without a newline as the last character.
+Attempts to delete characters in a way that would leave
+the text without a newline as the last character will be tweaked by the
+text widget to avoid this. In particular, deletion of complete lines of
+text up to the end of the text will also delete the newline character just
+before the deleted block so that it is replaced by the new final newline
+of the text widget.
The command returns an empty string.
If more indices are given, multiple ranges of text will be deleted.
All indices are first checked for validity before any deletions are made.