From: Nikodemus Siivola Date: Thu, 22 Jul 2004 00:18:40 +0000 (+0000) Subject: 0.8.12.49: MORE CORRECT ENGLISH X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=c696666acb1e79504d3c49283288ba5c35180e71;p=sbcl.git 0.8.12.49: MORE CORRECT ENGLISH * Fix a trivaial typo. * Grammar fix grammar. --- diff --git a/doc/manual/package-locks-extended.texinfo b/doc/manual/package-locks-extended.texinfo index e584673..b950dc8 100644 --- a/doc/manual/package-locks-extended.texinfo +++ b/doc/manual/package-locks-extended.texinfo @@ -79,10 +79,10 @@ errors of type @code{sb-ext:symbol-package-locked-error}. @subsubsection Lexical bindings and declarations Compiling lexical binding constructs or lexical declarations that -violate package locks package cause a compile-time package-lock -violation. A complete listing of operators affect by this is: -@code{let}, @code{let*}, @code{flet}, @code{labels}, @code{macrolet}, -and @code{symbol-macrolet}, @code{declare}. +violate package locks causes a compile-time package-lock violation. A +complete listing of operators affect by this is: @code{let}, +@code{let*}, @code{flet}, @code{labels}, @code{macrolet}, and +@code{symbol-macrolet}, @code{declare}. Package locks affecting both lexical bindings and declarations can be disabled at compile-time with @code{sb-ext:disable-package-locks} diff --git a/src/compiler/proclaim.lisp b/src/compiler/proclaim.lisp index a26b2a4..985816b 100644 --- a/src/compiler/proclaim.lisp +++ b/src/compiler/proclaim.lisp @@ -169,7 +169,7 @@ (when (constantp name) (error "can't declare a constant as SPECIAL: ~S" name)) (with-single-package-locked-error - (:symbol name "globally declaraing ~A special")) + (:symbol name "globally declaring ~A special")) (clear-info :variable :constant-value name) (setf (info :variable :kind name) :special))) (type diff --git a/version.lisp-expr b/version.lisp-expr index d421bdd..b08aa53 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.8.12.48" +"0.8.12.49"