Fix equality between #p"~" and (user-homedir-pathname) on Win32.
[sbcl.git] / doc / manual / package-locks-extended.texinfo
index 5f983ec..5bcd108 100644 (file)
@@ -81,9 +81,9 @@ Unless explicitly altered by @code{defpackage},
 @findex @sbext{disable-package-locks}
 @findex @sbext{enable-package-locks}
 
-Lexical bindings or declarations that violate package locks cause
-result in a @code{program-error} being signalled at when the form that
-violates package locks would be executed.
+Lexical bindings or declarations that violate package locks cause a
+compile-time warning, and a runtime @code{program-error} when the form
+that violates package locks would be executed.
 
 A complete listing of operators affect by this is: @code{let},
 @code{let*}, @code{flet}, @code{labels}, @code{macrolet}, and
@@ -184,6 +184,12 @@ Renaming a package.
 @item
 Deleting a package.
 
+@item
+Adding a new package local nickname to a package.
+
+@item
+Removing an existing package local nickname to a package.
+
 @end enumerate
 
 @subsubsection Operations on Symbols