Version: 5.3
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.
procedure
(find-help/lib id lib) → void?
id : symbol? lib : module-path?
Visits the documentation page for id as an export of lib.
procedure
(find-help id) → void?
id : identifier?
Visits the documentation for id.
procedure
(go-to-main-page) → void?
Visits the main entry page for the documentation.