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:
parent
9e657a2026
commit
8f4178e7eb
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue
Block a user