From 44c33b195025979e9d145b08401b3d56c58884ef Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Tue, 22 Jan 2008 20:00:00 +0000 Subject: [PATCH] Use "extensions", not "ext" as the package, to be consistent with other uses. --- docs/cmu-user/extensions.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/cmu-user/extensions.tex b/docs/cmu-user/extensions.tex index b2b1e5751..739e8fc9e 100644 --- a/docs/cmu-user/extensions.tex +++ b/docs/cmu-user/extensions.tex @@ -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 -- GitLab