diff --git a/doc/ikarus-scheme-users-guide.pdf b/doc/ikarus-scheme-users-guide.pdf index eab5531..651b10f 100644 Binary files a/doc/ikarus-scheme-users-guide.pdf and b/doc/ikarus-scheme-users-guide.pdf differ diff --git a/doc/ikarus-scheme-users-guide.tex b/doc/ikarus-scheme-users-guide.tex index c8bcf3d..eed29f0 100644 --- a/doc/ikarus-scheme-users-guide.tex +++ b/doc/ikarus-scheme-users-guide.tex @@ -298,7 +298,7 @@ to enable Scheme procedures to call and be called from native procedure (see Chapter~\ref{chapter:foreign} for details). To enable \texttt{libffi} while building Ikarus, one must pass -\texttt{--enable-ffi} to the \texttt{configure} script along with +\texttt{--enable-libffi} to the \texttt{configure} script along with the paths to \texttt{libffi}'s include and lib directory. The \texttt{libffi} library can be obtained from \url{http://sourceware.org/libffi/}. @@ -645,7 +645,7 @@ implementations. Consider for example a program which would like to use the \verb|pretty-print| procedure to format some code, and suppose -furthr that pretty printing is just a nice add-on (e.g., using +further that pretty printing is just a nice add-on (e.g., using \verb|write| suffices, but pretty-printing is \emph{just prettier}) Ikarus exports a good pretty-printing facility in its \verb|(ikarus)| library. However, since \verb|pretty-print| is not @@ -1230,7 +1230,7 @@ useful features. The \texttt{(ikarus)} library is a composite library---it exports a superset of all the supported bindings of \rnrs{6}. While not all of the exports of \texttt{(ikarus)} are documented at this time, this chapter attempts to describe a few of -these useful extensions. Extansions to Scheme's lexical syntax are +these useful extensions. Extensions to Scheme's lexical syntax are also documented. \idxlabeldefun{\#"!ikarus}{\#"!ikarus}{shebang-ikarus}{\#!ikarus}{reader syntax}