diff --git a/docs/cmu-user/compiler-hint.tex b/docs/cmu-user/compiler-hint.tex index b1c721ef1583b85b3e3ab6849c8317e4c6f9f5e4..396d9832434e399c183357b94c1afaa08a0dce6d 100644 --- a/docs/cmu-user/compiler-hint.tex +++ b/docs/cmu-user/compiler-hint.tex @@ -481,12 +481,13 @@ inference, \pxlref{function-type-inference}. \cindex{values declaration} \cmucl{} supports the \code{values} declaration as an extension to -\clisp. The syntax is {\code{(values \var{type1} - \var{type2}$\ldots$\var{typen})}}. This declaration is -semantically equivalent to a \code{the} form wrapped around the body -of the special form in which the \code{values} declaration appears. -The advantage of \code{values} over \findexed{the} is purely -syntactic\dash{}it doesn't introduce more indentation. For example: +\clisp. The syntax of the declaration is +{\code{(values \var{type1} \var{type2}$\ldots$\var{typen})}}. This +declaration is semantically equivalent to a \code{the} form wrapped +around the body of the special form in which the \code{values} +declaration appears. The advantage of \code{values} over +\findexed{the} is purely syntactic\dash{}it doesn't introduce more +indentation. For example: \begin{example} (defun foo (x) @@ -2077,9 +2078,9 @@ There are three possible values of the \kwd{block-compile} argument: argument. \item[\kwd{specified}] Start compiling in form-at-a-time mode, but - exploit \code{start-block} declarations and compile self-recursive - calls as local calls. Normally \kwd{specified} is the default for - this argument (see \varref{block-compile-default}.) + exploit any \code{start-block} declarations and compile + self-recursive calls as local calls. Normally \kwd{specified} is + the default for this argument (see \varref{block-compile-default}.) \end{Lentry} The \kwd{entry-points} argument can be used in conjunction with diff --git a/docs/cmu-user/compiler.tex b/docs/cmu-user/compiler.tex index 6d8a79965333487e69aed1e02f8741ad1110c511..ea21e9db80e207c9faddd97f953f5f15d5794830 100644 --- a/docs/cmu-user/compiler.tex +++ b/docs/cmu-user/compiler.tex @@ -168,8 +168,8 @@ Functions may be compiled using \code{compile}, \code{compile-file}, or \cpsubindex{compilation}{units} \cmucl{} supports the \code{with-compilation-unit} macro added to the -language by the proposed X3J13 ``with-compilation-unit'' compiler -cleanup. This provides a mechanism for eliminating spurious undefined +language by the X3J13 ``with-compilation-unit'' compiler cleanup +issue. This provides a mechanism for eliminating spurious undefined warnings when there are forward references across files, and also provides a standard way to access compiler extensions. diff --git a/docs/cmu-user/hierarchical-packages.tex b/docs/cmu-user/hierarchical-packages.tex index 65e7aec91b37ff71b0c497d723909dfd893ec7eb..e722d169c884559e7380405ea393b0bbb8323bee 100644 --- a/docs/cmu-user/hierarchical-packages.tex +++ b/docs/cmu-user/hierarchical-packages.tex @@ -65,10 +65,10 @@ dots. A single dot means the current package, two dots mean the parent of the current package, and so on. Table~\ref{tbl:hierarchical-packages} presents a number of examples, -assuming that packages named \verb|mypack|, \verb|mypack.foo|, -\verb|mypack.foo.bar|, \verb|mypack.foo.baz|, \verb|mypack.bar|, -\verb|mypack.bar.baz|, \verb|foo|, and \verb|foo.bar|, have all been -created. +assuming that packages named \verb|foo|, \verb|foo.bar|, +\verb|mypack|, \verb|mypack.foo|, \verb|mypack.foo.bar|, +\verb|mypack.foo.baz|, \verb|mypack.bar|, and \verb|mypack.bar.baz|, +have all been created. \begin{table}[h] \begin{center} @@ -181,10 +181,10 @@ relative package names is restricted. Consider for example a module \verb|my.foo.baz| packages. In the code for each of the these packages there are relative package references, \verb|..bar| and \verb|..baz|. -Implementations that have the new \code{cl:find-package} would have on -their \code{*features*} list the symbol \verb|:relative-package-names| -(this is the case of \cmucl{} releases as of 18d). Then, in the -\textit{foo} module, there would be definitions of the +Implementations that have the new \code{cl:find-package} would carry +the keyword \verb|:relative-package-names| on their \code{*features*} +list (this is the case of \cmucl{} releases starting from 18d). Then, +in the \textit{foo} module, there would be definitions of the \verb|my.foo.bar| and \verb|my.foo.baz| packages like so: \begin{verbatim} diff --git a/docs/cmu-user/introduction.tex b/docs/cmu-user/introduction.tex index 7f3bb26abbe933a99eb877996bfec363f9b0c294..c4c4be4140f80187186d56a8daebb1c0bc37d600 100644 --- a/docs/cmu-user/introduction.tex +++ b/docs/cmu-user/introduction.tex @@ -34,7 +34,7 @@ graphical widget library (Garnet). \item an Emacs-like editor implemented in Common Lisp. \item public domain: free, with full source code and no -strings attached (and no warranty). Like the GNU/Linux and *BSD +strings attached (and no warranty). Like GNU/Linux and the *BSD operating systems, \cmucl{} is maintained and improved by a team of volunteers collaborating over the Internet. \end{itemize} diff --git a/docs/cmu-user/macros.tex b/docs/cmu-user/macros.tex index 1b24f8e6c6cd2a68db65bdfa11b34d2d8fbc7027..22259151a567f085ea94f06cfc3d6ddf774f12e4 100644 --- a/docs/cmu-user/macros.tex +++ b/docs/cmu-user/macros.tex @@ -243,6 +243,9 @@ \def\bottomfraction{.9} % was .3 \def\topfraction{.9} +%% Allow TeX some stretching space to avoid overfull and underfull +%% boxes. +\setlength{\emergencystretch}{5pt} \begin{htmlonly} \input{latex2html}