diff options
Diffstat (limited to 'specs/Xaw/TextSource')
-rw-r--r-- | specs/Xaw/TextSource | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/specs/Xaw/TextSource b/specs/Xaw/TextSource index 8c50b5f..41e4395 100644 --- a/specs/Xaw/TextSource +++ b/specs/Xaw/TextSource @@ -122,8 +122,9 @@ Returns the text read from the source. Specifies the maximum number of characters the TextSrc should return to the application in \fItext_return\fP. .LP -This function returns the actual number of characters read from the -text buffer. The function is not required to return \fIlength\fP +This function returns the text position immediately after the +characters read from the +text buffer. The function is not required to read \fIlength\fP characters if that many characters are in the file, it may break at any point that is convenient to the internal structure of the source. It may take several calls to \fBRead\fP before the desired |