From 8f4178e7ebb24a5fc4212631c170666d6768a241 Mon Sep 17 00:00:00 2001 From: Stephen Bloch Date: Fri, 4 May 2012 14:51:26 -0400 Subject: [PATCH] Eli's suggested patch to enable searching for picturing-programs library functions (which includes image and universe) using F1 from teaching languages. --- collects/lang/htdp-langs.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/lang/htdp-langs.rkt b/collects/lang/htdp-langs.rkt index 8d320afd9d..33683a8226 100644 --- a/collects/lang/htdp-langs.rkt +++ b/collects/lang/htdp-langs.rkt @@ -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]