moved the 'send to repl' keystrokes to the manual (and added a test

suite to make sure the example code in the manual doesn't get stale)

original commit: abda2572951d1261c89d474cba9b99409fe38e7f
This commit is contained in:
Robby Findler 2011-09-23 16:36:28 -05:00
parent 63d9d89abb
commit b1f73b074c

View File

@ -950,16 +950,15 @@
If conflicting modifiers are provided, the ones later in the list are used.}) If conflicting modifiers are provided, the ones later in the list are used.})
(proc-doc/names (proc-doc
test:menu-select test:menu-select
(string? string? . -> . void?) (->i ([menu string?]) () #:rest [items (listof string?)] [res void?])
(menu item) @{Selects the menu-item named by the @racket[item]s in the menu named @racket[menu].
@{Selects the menu-item named @racket[item] in the menu named @racket[menu].
@italic{Note:} @italic{Note:}
The string for the menu item does not include its keyboard equivalent. The string for the menu item does not include its keyboard equivalent.
For example, to select ``New'' from the ``File'' menu, For example, to select ``New'' from the ``File'' menu,
use ``New'', not ``New Ctrl+m n''.}) use ``New'', not ``New Ctrl+N''.})
(proc-doc/names (proc-doc/names
test:mouse-click test:mouse-click