[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Another inconsistency in CLtL
- To: common-lisp@SU-AI.ARPA
- Subject: Another inconsistency in CLtL
- From: SANDRA <LOOSEMORE@UTAH-20.ARPA>
- Date: Fri 27 Dec 85 11:53:01-MST
The specification for INTERN describes the optional "package" argument as
being a package, not a package name. However, the discussion of #S syntax
for reading structures on page 357 shows INTERN being called with the
"package" argument being the symbol 'keyword. Should this actually be
(find-package 'keyword), or have I missed something in the packages chapter
that says arguments named "package" can be either packages or package names?
-Sandra
-------