diff options
author | fvogel <fvogelnew1@free.fr> | 2015-12-13 20:58:26 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2015-12-13 20:58:26 (GMT) |
commit | ff45ebd61fc2390dcfe72e451ddc579fe1bca4bc (patch) | |
tree | 2ff239c3ee66a5e10fcca35ba61d8cb81c14eb0d /doc/text.n | |
parent | f9684bb9628898c72e0372871542a674f8389312 (diff) | |
download | tk-ff45ebd61fc2390dcfe72e451ddc579fe1bca4bc.zip tk-ff45ebd61fc2390dcfe72e451ddc579fe1bca4bc.tar.gz tk-ff45ebd61fc2390dcfe72e451ddc579fe1bca4bc.tar.bz2 |
Better (and more correct) description of what [.text sync -command $command] does
Diffstat (limited to 'doc/text.n')
-rw-r--r-- | doc/text.n | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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? |