From cb477e93fd5a7b43a071d8dfdbc3e5afa699f99f Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Tue, 22 Jan 2008 21:34:30 +0000 Subject: [PATCH] o Fix typo o Make verbatim in a smaller font to get rid of overfull box. --- docs/cmu-user/package-locks.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/cmu-user/package-locks.tex b/docs/cmu-user/package-locks.tex index 78c1163d0..aa73f5d31 100644 --- a/docs/cmu-user/package-locks.tex +++ b/docs/cmu-user/package-locks.tex @@ -1,4 +1,4 @@ -\section{Package locks} +\section{Package Locks} \cindex{package locks} \cmucl{} provides two types of package locks, as an extension to the @@ -33,6 +33,7 @@ attempting to redefine a standard macro in the \code{COMMON-LISP} package, or to redefine a function in one of \cmucl{}'s implementation-defined packages: +{\small \begin{verbatim} CL-USER> (defmacro 1+ (x) (* x 2)) Attempt to modify the locked package COMMON-LISP, by defining macro 1+ @@ -70,7 +71,7 @@ Restarts: 2: [unlock-all ] Unlock all packages, then continue 3: [abort ] Return to Top-Level. \end{verbatim} - +} The \code{COMMON-LISP} package and the \cmucl{}-specific implementation packages are locked on startup. Users can lock their -- GitLab