restored word completion for the full languages (not teaching languages yet)

svn: r8018

original commit: f790d7e10ed5314a651a3a2b28439912c97a9ec7
This commit is contained in:
Robby Findler 2007-12-15 21:10:20 +00:00
parent 7fb2184475
commit effaca815d
2 changed files with 2704 additions and 2696 deletions

View File

@ -82,11 +82,12 @@
""
"Defaults to 15.")
(text:get-completions/manuals
(-> (listof string?) (listof string?))
(-> (or/c false/c (listof symbol?)) (listof string?))
(manuals)
"Returns the list of keywords for the manuals from \\var{manuals}"
"by reading them from the \\texttt{keywords}"
"files in the corresponding manuals' directories")
"by extracting all of the documented exports of the manuals."
"The symbols are meant to be module paths."
"If \\var{manuals} is false, then all of the documented names are used.")
(number-snip:make-repeating-decimal-snip
(number? boolean? . -> . (is-a?/c snip%))

File diff suppressed because it is too large Load Diff