Eli's suggested patch to enable searching for picturing-programs library

functions (which includes image and universe) using F1 from teaching
languages.
This commit is contained in:
Stephen Bloch 2012-05-04 14:51:26 -04:00
parent 9e657a2026
commit 8f4178e7eb

View File

@ -572,7 +572,7 @@
[m (and m (regexp-match #rx"^(lang/[^/.]+).ss$" m))]
[m (and m (cadr m))])
(if m
(format "O:{ L:~a T:teachpack }" m)
(format "O:{ L:~a T:teachpack T:picturing-programs }" m)
(error 'drscheme:help-context-term
"internal error: unexpected module spec")))]
[(tests:test-menu tests:dock-menu) #t]