Actually, aha! I added this to the bottom of ~/.arcshrc
(let func (random-elt:keys help*) (prn "Documentation for " func " " (helpstr func)))
Documentation for saferead (from "arc.arc") [fn] (saferead arg) Reads an expression, blocking any errors. Use (quit) to quit, (tl) to return here after an interrupt. arc>