(rontolisp) docs
← Functions

unexport

(unexport symbols &optional package)

The inverse of export: makes symbols internal again in package (the current package by default). The symbols stay present — they are still reachable with the two-colon spelling — but are no longer visible unqualified through a use-package. Returns t.

Consumed at compile time and subject to the same "before you define" rule as export; see that page for both.