Remove the claim that READ-DELIMITED and SKIP-CHAR-SET accept char
predicates. SRFI-14's x->char-set does not accept them, hence we don't do as well. This fixed bug report #1017609
This commit is contained in:
parent
abd81132dc
commit
ed254f1366
|
@ -72,8 +72,8 @@ See section~\ref{sec:char-sets} for information on character set manipulation.
|
|||
The \var{handle-delim} parameter determines how the terminating character
|
||||
is handled. It is described above, and defaults to \ex{'trim}.
|
||||
|
||||
The \var{char-set} argument may be a charset, a string, a character, or a
|
||||
character predicate; it is coerced to a charset.
|
||||
The \var{char-set} argument may be a charset, a string, or a
|
||||
character; it is coerced to a charset.
|
||||
\end{desc}
|
||||
|
||||
\dfni{read-delimited!} {char-set buf [port handle-delim start end]}
|
||||
|
@ -143,8 +143,8 @@ the procedure call.
|
|||
\begin{defundesc} {skip-char-set} {skip-chars [port]} {\integer}
|
||||
Skip characters occurring in the set \var{skip-chars};
|
||||
return the number of characters skipped.
|
||||
The \var{skip-chars} argument may be a charset, a string, a character, or a
|
||||
character predicate; it is coerced to a charset.
|
||||
The \var{skip-chars} argument may be a charset, a string, or a
|
||||
character; it is coerced to a charset.
|
||||
\end{defundesc}
|
||||
|
||||
%%% Local Variables:
|
||||
|
|
Loading…
Reference in New Issue