fixed typo in docs
svn: r3253
This commit is contained in:
parent
acc14ecf29
commit
a0fefe5ab2
|
@ -763,7 +763,7 @@
|
||||||
()
|
()
|
||||||
"This can only be called after all of the tools initialization phases have completed."
|
"This can only be called after all of the tools initialization phases have completed."
|
||||||
""
|
""
|
||||||
"Returns the list of all of the langauges installed in DrScheme.")
|
"Returns the list of all of the languages installed in DrScheme.")
|
||||||
|
|
||||||
(drscheme:language-configuration:add-language
|
(drscheme:language-configuration:add-language
|
||||||
((and/c (is-a?/c drscheme:language:language<%>) language-object)
|
((and/c (is-a?/c drscheme:language:language<%>) language-object)
|
||||||
|
@ -823,7 +823,7 @@
|
||||||
(any/c . -> . boolean?)
|
(any/c . -> . boolean?)
|
||||||
(val)
|
(val)
|
||||||
|
|
||||||
"Determines if the argument is a langauge-settings or not.")
|
"Determines if the argument is a language-settings or not.")
|
||||||
|
|
||||||
(drscheme:language-configuration:language-dialog
|
(drscheme:language-configuration:language-dialog
|
||||||
(opt->
|
(opt->
|
||||||
|
@ -938,7 +938,7 @@
|
||||||
(-> symbol? boolean?)
|
(-> symbol? boolean?)
|
||||||
(s)
|
(s)
|
||||||
"Indicates if"
|
"Indicates if"
|
||||||
"@flink drscheme:langauge:register-capability"
|
"@flink drscheme:language:register-capability"
|
||||||
"has been called with \\var{s}.")
|
"has been called with \\var{s}.")
|
||||||
(drscheme:language:get-capability-default
|
(drscheme:language:get-capability-default
|
||||||
(->d (and/c symbol? drscheme:language:capability-registered?)
|
(->d (and/c symbol? drscheme:language:capability-registered?)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user