drscheme:help-desk:help-desk in DrScheme Tools Functions
(drscheme:help-desk:help-desk)-> void?
(drscheme:help-desk:help-desk-> void?keylucky?typemode)
key: string?
lucky?: boolean?
type: (symbols 'keyword 'keyword+index 'all)
mode: (symbols 'exact 'contains 'regexp)
(drscheme:help-desk:help-desk-> void?keylucky?type)
key: string?
lucky?: boolean?
type: (symbols 'keyword 'keyword+index 'all)
(drscheme:help-desk:help-desk-> void?keylucky?)
key: string?
lucky?: boolean?This function opens a help desk window, or brings an already open help desk window to the front. If an argument is specified, that key is searched for.
If no arguments are supplied, this function opens a help-desk window to the starting page, or just brings a help-desk window to the front (without changing what page it is viewing).
If any arguments are supplied, this function opens a help-desk window and searches for
key, according tolucky?,type, andmode. If the second, third, fourth, and/or fifth arguments are omitted, they default to#t'keyword+indexand'exact, and'allrespectively.