diff --git a/doc/chibi.scrbl b/doc/chibi.scrbl index 08d572a6..47a5ed1f 100755 --- a/doc/chibi.scrbl +++ b/doc/chibi.scrbl @@ -741,6 +741,7 @@ Any of these may fail and return the OOM exception object. \item{\ccode{sexp_debug(sexp ctx, char* msg, sexp obj)} - write \var{obj} with a debug message prefix to \scheme{current-error-port}} \item{\ccode{sexp_read_from_string(sexp ctx, char* str, int len)} - read a single datum from \var{str}, using at most \var{len} bytes if \var{len} is non-negative} \item{\ccode{sexp_write_to_string(sexp ctx, sexp obj)} - return a Scheme string representation of \var{obj}} +\item{\ccode{sexp_make_input_string_port(sexp ctx, sexp str)} - equivalent to \scheme{open-input-string}} ] \subsubsection{Utilities}