Doc fixes reported by Gary Baumgartner
The typo on 'redex.racket-lang.org' still remains.
Relevant to PR 12680
Merge to v5.3
(cherry picked from commit ea1636d4f1
)
This commit is contained in:
parent
87cfa42c6d
commit
915deb2266
|
@ -254,7 +254,7 @@ s-exp framework/keybinding-lang
|
||||||
(λ (ed evt)
|
(λ (ed evt)
|
||||||
(when (is-a? ed text:basic<%>)
|
(when (is-a? ed text:basic<%>)
|
||||||
(define fr (send ed get-top-level-window))
|
(define fr (send ed get-top-level-window))
|
||||||
;; note: fr could be #f
|
@code:comment{note: fr could be #f}
|
||||||
(when fr (send fr command))))))
|
(when fr (send fr command))))))
|
||||||
|
|
||||||
(frame-key "t" execute-callback)
|
(frame-key "t" execute-callback)
|
||||||
|
|
|
@ -1260,7 +1260,7 @@ initialization variables can be mutated with @racket[set!].
|
||||||
|
|
||||||
@subsection[#:tag "methodcalls"]{Methods}
|
@subsection[#:tag "methodcalls"]{Methods}
|
||||||
|
|
||||||
Method names within a class can only be used in the procedure position
|
Method names used within a class can only be used in the procedure position
|
||||||
of an application expression; any other use is a syntax error.
|
of an application expression; any other use is a syntax error.
|
||||||
|
|
||||||
To allow methods to be applied to lists of arguments, a method
|
To allow methods to be applied to lists of arguments, a method
|
||||||
|
@ -1313,7 +1313,7 @@ Calls the method on @racket[obj] whose name matches
|
||||||
@racket[kw-arg]s.}
|
@racket[kw-arg]s.}
|
||||||
|
|
||||||
|
|
||||||
@defform/subs[(send* obj-expr msg ...)
|
@defform/subs[(send* obj-expr msg ...+)
|
||||||
([msg (method-id arg ...)
|
([msg (method-id arg ...)
|
||||||
(method-id arg ... . arg-list-expr)])]{
|
(method-id arg ... . arg-list-expr)])]{
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user