Fix index breakage.

This commit is contained in:
sperber 2002-01-04 14:59:18 +00:00
parent 394f9cdf3a
commit cb16f9966d
1 changed files with 23 additions and 18 deletions

View File

@ -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: