oops, it's :package-local-nicknams, not :local-nicknames
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 1 Feb 2013 16:40:23 +0000 (18:40 +0200)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 1 Feb 2013 16:40:23 +0000 (18:40 +0200)
  Also mention it in the manual.

  ...just couldn't get it right the first time.

base-target-features.lisp-expr
doc/manual/beyond-ansi.texinfo

index f48cda1..74bf083 100644 (file)
  ;; We support package local nicknames. No :sb-prefix here as we vainly
  ;; believe our API is worth copying to other implementations as well.
  ;; This doesn't affect the build at all, merely declares how things are.
- :local-nicknames
+ :package-local-nicknames
 
  ;; This affects the definition of a lot of things in bignum.lisp. It
  ;; doesn't seem to be documented anywhere what systems it might apply
index b365498..0cb3688 100644 (file)
@@ -58,6 +58,9 @@ has been specified. Different packages can use same local nickname for
 different global names, or different local nickname for same global
 name.
 
+Symbol @code{:package-local-nicknames} in @code{*features*} denotes the
+support for this feature.
+
 @findex @cl{defpackage}
 @defmac @cl{defpackage} name [[option]]* @result{} package