documnted drscheme:help-desk:help-desk

svn: r16557
This commit is contained in:
Robby Findler 2009-11-05 14:49:29 +00:00
parent 2a8e5d64be
commit 3290bb8e77
2 changed files with 33 additions and 1 deletions

View File

@ -457,6 +457,38 @@ all of the names in the tools library, for use defining keybindings
})
;
;
;
; ;; ;; ;;; ;;
; ;; ;; ;; ;;
; ;; ;; ;; ;;
; ;;;;;; ;;;; ;; ;;;;; ;;;;; ;;;; ;;;; ;; ;;
; ;; ;; ;;; ;; ;; ;; ;; ;; ;;; ;;; ;; ;; ; ;; ;
; ;; ;; ;;;;;; ;; ;; ;; ;;;;;;; ;; ;;;;;; ;;;; ;;;;
; ;; ;; ;; ;; ;; ;; ;;;;;;; ;; ;; ;;;; ;;;;;
; ;; ;; ;;; ; ;; ;; ;; ;; ;; ;;; ; ; ;; ;; ;;
; ;; ;;; ;;;; ;; ;;;;; ;;;;;; ;;;; ;;;; ;; ;;;
; ;;
; ;;
; ;;
(proc-doc/names
drscheme:help-desk:help-desk
(->* ()
((or/c #f string?)
(or/c #f string? (list/c string? string?)))
any)
(()
((search-key #f)
(search-context #f)))
@{if @scheme[search-key] is a string, calls @scheme[perform-search] with
@scheme[search-key] and @scheme[search-context].
Otherwise, calls @scheme[send-main-page] with no arguments.})
;
;
;

View File

@ -1,4 +1,4 @@
#lang scribble/doc
@(require "common.ss")
@(require "common.ss" (for-label help/search))
@(tools-title "help-desk")
@(tools-include "help-desk")