0.8.12.49: MORE CORRECT ENGLISH
authorNikodemus Siivola <nikodemus@random-state.net>
Thu, 22 Jul 2004 00:18:40 +0000 (00:18 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Thu, 22 Jul 2004 00:18:40 +0000 (00:18 +0000)
            * Fix a trivaial typo.
            * Grammar fix grammar.

doc/manual/package-locks-extended.texinfo
src/compiler/proclaim.lisp
version.lisp-expr

index e584673..b950dc8 100644 (file)
@@ -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}
index a26b2a4..985816b 100644 (file)
         (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
index d421bdd..b08aa53 100644 (file)
@@ -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"