..
original commit: 8113faee00e23ff29faedd11cb83febe12ae49d2
This commit is contained in:
parent
f64df6894d
commit
74fde8a361
|
@ -596,7 +596,7 @@
|
|||
(handler:insert-format-handler
|
||||
(string?
|
||||
(union string? (listof string?) (string? . -> . boolean?))
|
||||
(string? . -> . (is-a?/c frame:editor<%>))
|
||||
(string? . -> . (union false? (is-a?/c frame:editor<%>)))
|
||||
. -> .
|
||||
void?)
|
||||
(name pred handler)
|
||||
|
@ -630,7 +630,7 @@
|
|||
(opt->
|
||||
((union string? false?))
|
||||
((-> (is-a?/c frame:editor<%>)))
|
||||
(is-a?/c frame:editor<%>))
|
||||
(union false? (is-a?/c frame:editor<%>)))
|
||||
((filename)
|
||||
((make-default (lambda () (make-object frame:text-info-file\% filename)))))
|
||||
"This function creates a frame or re-uses an existing frame to edit a file. "
|
||||
|
|
Loading…
Reference in New Issue
Block a user