Version: 5.2
7.10 Connecting to "racket"
This library is dynamically loaded by racket’s help function.
(require help/help-utils) |
Calls perform-search after concatenating the
elements of strs and adding spaces between them.
(find-help/lib id lib) → void? id : symbol? lib : module-path?
Visits the documentation page for id as an export of lib.
(find-help id) → void? id : identifier?
Visits the documentation for id.
(go-to-main-page) → void?
Visits the main entry page for the documentation.