fixed typo
This commit is contained in:
parent
6ac798b50c
commit
4b5e5a9764
|
@ -119,7 +119,7 @@ The next input characters will be obtained from the string \fItext\fR,
|
||||||
which is \fIlength\fR characters long.
|
which is \fIlength\fR characters long.
|
||||||
\fIInsertText\fR returns 1 if it succeeds, 0 if it fails.
|
\fIInsertText\fR returns 1 if it succeeds, 0 if it fails.
|
||||||
The \fItext\fR string is not copied, so it should not be changed until the
|
The \fItext\fR string is not copied, so it should not be changed until the
|
||||||
corresponding \fIAtEoIT\fR isd called.
|
corresponding \fIAtEoIT\fR is called.
|
||||||
.PP
|
.PP
|
||||||
The routine \fIAtEoIF\fR is called at the end of the input stream
|
The routine \fIAtEoIF\fR is called at the end of the input stream
|
||||||
inserted by \fIInsertFile\fR.
|
inserted by \fIInsertFile\fR.
|
||||||
|
|
Loading…
Reference in a new issue