documnted drscheme:help-desk:help-desk
svn: r16557
This commit is contained in:
parent
2a8e5d64be
commit
3290bb8e77
|
@ -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.})
|
||||
|
||||
|
||||
;
|
||||
;
|
||||
;
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue
Block a user