I want to read help for clisp function from REPL or just from shell. I found (symbol-plist) function for this which give this:
(symbol-plist 'bit)
(SYSTEM::TYPE-SYMBOL #<COMPILED-FUNCTION SYSTEM::TYPE-SYMBOL-BIT>
SYSTEM::SETF-EXPANDER SYSTEM::STORE SYSTEM::DOC
(CLHS "Body/any_bit.html" SYSTEM::FILE
((DEFSETF #P"/build/buildd/clisp-2.49/debian/build/places.fas" 941 941))))
but it's not so useful info in order to understand how does (bit) works?
So are there any manuals and documentation for clisp function something like man in shell?