adjust doc example to avoid a dependence on "algol60"

Merge to v6.4
This commit is contained in:
Matthew Flatt 2016-01-09 09:00:00 -07:00
parent c2e99efefc
commit 0d3066d8db

View File

@ -156,8 +156,10 @@ interpretation of results is up to external tools, such as DrRacket (see
If no information is available for a given key, the result should be
the second argument.
@mz-examples[
((read-language (open-input-string "#lang algol60")) 'color-lexer #f)
((read-language (open-input-string "#lang algol60")) 'something-else #f)
(define scribble-manual-info
(read-language (open-input-string "#lang scribble/manual")))
(scribble-manual-info 'color-lexer #f)
(scribble-manual-info 'something-else #f)
]
The @racketidfont{get-info} function itself is applied to five