Package COM.INFORMATIMAGO.TOOLS.SYMBOL

A tool to check duplicate/un-exported/imported symbols.
(apropos regexp &optional packages)
function
Same as CL:APROPOS, but takes a REGEXP as first argument,
and a list of packages as optional second argument.

Ok, the good thing is that it's a regexp,
the bad thing is that it's a PPCRE regexp. :-(
(apropos-list regexp &optional packages)
function
Same as CL:APROPOS-LIST, but takes a REGEXP as first argument,
and a list of packages as optional second argument.

Ok, the good thing is that it's a regexp,
the bad thing is that it's a PPCRE regexp. :-(

CHECK-DUPLICATE-SYMBOLS

(duplicate-symbols &key packages exported)
function
Return: a list of list of symbols that have the same name.

REPORT-PACKAGES

REPORT-SYMBOL