diff options
Diffstat (limited to 'pkg.lisp')
-rw-r--r-- | pkg.lisp | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -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 |