Skip to content
Snippets Groups Projects
Commit 44c33b19 authored by rtoy's avatar rtoy
Browse files

Use "extensions", not "ext" as the package, to be consistent with

other uses.
parent 84b086a8
No related branches found
No related tags found
No related merge requests found
......@@ -368,12 +368,12 @@ Note that there are a few shortcomings with
want a \code{double-double-float} value for $\pi$.
\end{itemize}
\begin{deftp}{float}{ext:double-double-float}{}
\begin{deftp}{float}{extensions:double-double-float}{}
The \code{double-double-float} type. It is in the \code{EXTENSIONS}
package.
\end{deftp}
\begin{defconst}{ext:}{dd-pi}
\begin{defconst}{extensions:}{dd-pi}
A \code{double-double-float} approximation to $\pi$.
\end{defconst}
......@@ -513,7 +513,7 @@ then the interrupt will be processed. \xlref{signal-handlers} to define
your own signal handlers.
\section{Implementation-specific Packages}
\section{Implementation-Specific Packages}
When \cmucl{} is first started up, the default package is the
\code{common-lisp-user} package. The \code{common-lisp-user} package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment