drscheme:help-desk:help-desk in DrScheme Tools Functions
(drscheme:help-desk:help-desk) -> void?
(drscheme:help-desk:help-desk -> void?
key lucky? type mode)
key : string?
lucky? : boolean?
type : (symbols 'keyword 'keyword+index 'all)
mode : (symbols 'exact 'contains 'regexp)
(drscheme:help-desk:help-desk -> void?
key lucky? type)
key : string?
lucky? : boolean?
type : (symbols 'keyword 'keyword+index 'all)
(drscheme:help-desk:help-desk -> void?
key lucky?)
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 to
lucky?, type, and mode.
If the third and fourth arguments are omitted,
they default to 'keyword+index and 'exact,
respectively.