restored word completion for the full languages (not teaching languages yet)
svn: r8018 original commit: f790d7e10ed5314a651a3a2b28439912c97a9ec7
This commit is contained in:
parent
7fb2184475
commit
effaca815d
|
@ -82,11 +82,12 @@
|
||||||
""
|
""
|
||||||
"Defaults to 15.")
|
"Defaults to 15.")
|
||||||
(text:get-completions/manuals
|
(text:get-completions/manuals
|
||||||
(-> (listof string?) (listof string?))
|
(-> (or/c false/c (listof symbol?)) (listof string?))
|
||||||
(manuals)
|
(manuals)
|
||||||
"Returns the list of keywords for the manuals from \\var{manuals}"
|
"Returns the list of keywords for the manuals from \\var{manuals}"
|
||||||
"by reading them from the \\texttt{keywords}"
|
"by extracting all of the documented exports of the manuals."
|
||||||
"files in the corresponding manuals' directories")
|
"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-snip:make-repeating-decimal-snip
|
||||||
(number? boolean? . -> . (is-a?/c snip%))
|
(number? boolean? . -> . (is-a?/c snip%))
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user