Documentation fixes in framework
original commit: 6d1b5842713e2c8621c38747130503579c6a421c
This commit is contained in:
parent
da5105208a
commit
f349853f77
|
@ -6,7 +6,7 @@
|
|||
|
||||
@defclass[number-snip:snip-class% snip-class% ()]{
|
||||
|
||||
@defmethod*[#:mode override (((read (f stream-in)) snip))]{
|
||||
@defmethod*[#:mode override (((read (f (is-a?/c editor-stream-in%))) (or/c (is-a?/c snip%) #f)))]{
|
||||
|
||||
Constructs a number snip from its input.
|
||||
}
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
from an earlier call to
|
||||
@method[text:basic<%> highlight-range].
|
||||
}
|
||||
@defmethod*[(((get-highlighted-ranges) (listof range)))]{
|
||||
@defmethod*[(((get-highlighted-ranges) (listof text:range?)))]{
|
||||
|
||||
Returns a list of (opaque) values representing the active
|
||||
ranges in the editor.
|
||||
|
|
Loading…
Reference in New Issue
Block a user