summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogelnew1@free.fr <fvogel>2015-12-13 20:58:26 (GMT)
committerfvogelnew1@free.fr <fvogel>2015-12-13 20:58:26 (GMT)
commit9ececb6eabce4f20485ba0f9a69cd069c456534e (patch)
tree2ff239c3ee66a5e10fcca35ba61d8cb81c14eb0d
parent41f82f928f82b840179551108291bd84a7d6ca1d (diff)
downloadtk-9ececb6eabce4f20485ba0f9a69cd069c456534e.zip
tk-9ececb6eabce4f20485ba0f9a69cd069c456534e.tar.gz
tk-9ececb6eabce4f20485ba0f9a69cd069c456534e.tar.bz2
Better (and more correct) description of what [.text sync -command $command] does
-rw-r--r--doc/text.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/text.n b/doc/text.n
index 1966882..c55b4cf 100644
--- a/doc/text.n
+++ b/doc/text.n
@@ -1794,9 +1794,9 @@ The command returns an empty string.
.TP
\fIpathName \fBsync -command \fIcommand\fR
Schedule \fIcommand\fR to be executed exactly once as soon as all line heights
-are up-to-date. If there are no pending line metrics calculations,
-\fIcommand\fR is executed immediately and the command returns the return value
-of \fIcommand\fR. Otherwise the command returns an empty string.
+are up-to-date. If there are no pending line metrics calculations, the
+scheduling is immediate. The command returns the empty string. \fBbgerror\fR is
+called on \fIcommand\fR failure.
.RE
.TP
\fIpathName \fBtag \fIoption \fR?\fIarg arg ...\fR?