Fix typo (beginz -> begin)

This commit is contained in:
mainzelm 2003-10-13 09:46:33 +00:00
parent 37b31fc65a
commit be8a63dbe8
1 changed files with 1 additions and 1 deletions

View File

@ -529,7 +529,7 @@ text streams.
(> spell-errors.txt))\end{code}
\end{defundesc}
\beginz{defundesc}{make-string-port-filter}{filter [buflen]}{\proc}
\begin{defundesc}{make-string-port-filter}{filter [buflen]}{\proc}
The \var{filter} argument is a string$\rightarrow$string procedure.
Returns a procedure that when called, repeatedly reads a string
from the current input port, applies \var{filter} to the string,