fixed doc spec bug

svn: r3216

original commit: b28e19eba3311d2d3b8bca4d8f96505a08abfc87
This commit is contained in:
Robby Findler 2006-06-04 14:59:00 +00:00
parent 16424e7a11
commit 5362604064

View File

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