summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-01-06 09:09:40 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-01-06 09:09:40 -0800
commit0a2e84267347bf5c7cd6bfffa7885b3b6090d3d7 (patch)
tree8d984432598f5dca53902f54924501fb7e9fe519
parent2e99279d3a931f4a540a619c376dd8060f17fb23 (diff)
downloadlisp-snippets-0a2e84267347bf5c7cd6bfffa7885b3b6090d3d7.tar.gz
lisp-snippets-0a2e84267347bf5c7cd6bfffa7885b3b6090d3d7.tar.bz2
lisp-snippets-0a2e84267347bf5c7cd6bfffa7885b3b6090d3d7.zip
Annotation 4 from http://paste.lisp.org/display/72068
Fix lies in the documentation about #@() . [Note: diff contains no such documentation fix.]
-rw-r--r--pkg.lisp11
1 files changed, 0 insertions, 11 deletions
diff --git a/pkg.lisp b/pkg.lisp
index 39e34fb..1346a12 100644
--- a/pkg.lisp
+++ b/pkg.lisp
@@ -1,14 +1,3 @@
-;
-; Changes:
-;
-; - Default behavior is not to keep any symbols. The KEEP-ALL directive
-; has been introduced for requesting the old default behavior.
-; - The anonymous package is not deleted. This would be hostile to
-; debugging code in which local variables and such are homeless syms.
-; - The INTERN directive is renamed UNIQUE. It has a new behavior:
-; symbols created by it are not propagated to the surrounding
-; package, even if they are on the KEEP list.
-
;;;
;;; PKG---read time manipulation of package visibility.
;;;