Fix index breakage.
This commit is contained in:
parent
394f9cdf3a
commit
cb16f9966d
|
@ -103,7 +103,7 @@ See section~\ref{sec:char-sets} for information on character set manipulation.
|
|||
|
||||
\dfni{\%read-delimited!} {char-set buf gobble? [port start end]}
|
||||
{[char-or-eof-or-\#f \integer]}{procedure}
|
||||
{"%read-delimited"!@\verb:"%read-delimited"!:}
|
||||
{\%read-delimited"!@\texttt{\%read-delimited"!}}
|
||||
\begin{desc}
|
||||
This low-level delimited reader uses an alternate interface.
|
||||
It returns two values: \var{terminator} and \var{num-read}.
|
||||
|
@ -146,3 +146,8 @@ the procedure call.
|
|||
The \var{skip-chars} argument may be a charset, a string, a character, or a
|
||||
character predicate; it is coerced to a charset.
|
||||
\end{defundesc}
|
||||
|
||||
%%% Local Variables:
|
||||
%%% mode: latex
|
||||
%%% TeX-master: "man"
|
||||
%%% End:
|
||||
|
|
Loading…
Reference in New Issue