package-nicknames
package-nicknames package → nicknames
package—a package designator.
11.2.0 14Returns the list of nickname strings for package, not including the name of package.
!!! Can it be "a" list instead of "the" list? Must it be cached? -kmp 25-Apr-91
(package-nicknames (make-package 'temporary
:nicknames '("TEMP" "temp")))
→ ("temp" "TEMP")
None.
None.
Should signal an error of type type-error if package is not a package designator.
None.
None.