From aff32c68beaa8f2cdab81db56bd871863a10861c Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 6 Jan 2012 09:14:55 -0800 Subject: Okay, really fix the lies, as paste 5 promised. --- pkg.lisp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pkg.lisp b/pkg.lisp index 1346a12..653d125 100644 --- a/pkg.lisp +++ b/pkg.lisp @@ -223,12 +223,11 @@ ;;; ;;; These are "noop" directives, which do nothing. ;;; -;;; The syntax #@() FORM is equivalent to FORM except -;;; that if evaluation is invoked during the processing of FORM -;;; (e.g. via the sharpsign-dot reader) it will be able to -;;; observe that a temporary package is in effect, and that -;;; lexically earlier symbols have not yet been interned into -;;; the surrounding package. +;;; The syntax #@() FORM means that FORM is read in the +;;; context of an anonymous package, in which symbols from +;;; the surrounding package are present. Symbols which +;;; are newly interned while reading FORM stay in that +;;; anonymous package. ;;; ;;; ;;; Reconciliation -- cgit v1.2.3