fixed doc spec bug

svn: r3216
This commit is contained in:
Robby Findler 2006-06-04 14:59:00 +00:00
parent d6d7abc0ee
commit b28e19eba3

View File

@ -669,7 +669,8 @@
(opt-> ((is-a?/c menu%) (subclass?/c menu-item%)) (opt-> ((is-a?/c menu%) (subclass?/c menu-item%))
((-> (is-a?/c menu-item%) void?)) ((-> (is-a?/c menu-item%) void?))
void?) void?)
(menu menu-item% func) ((menu menu-item%)
((func void)))
"Inserts three menu items into \\var{menu}," "Inserts three menu items into \\var{menu},"
"one that inserts a text box, one that inserts a" "one that inserts a text box, one that inserts a"
"pasteboard box, and one that inserts an image" "pasteboard box, and one that inserts an image"