adjust doc example to avoid a dependence on "algol60"
Merge to v6.4
This commit is contained in:
parent
c2e99efefc
commit
0d3066d8db
|
@ -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
|
If no information is available for a given key, the result should be
|
||||||
the second argument.
|
the second argument.
|
||||||
@mz-examples[
|
@mz-examples[
|
||||||
((read-language (open-input-string "#lang algol60")) 'color-lexer #f)
|
(define scribble-manual-info
|
||||||
((read-language (open-input-string "#lang algol60")) 'something-else #f)
|
(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
|
The @racketidfont{get-info} function itself is applied to five
|
||||||
|
|
Loading…
Reference in New Issue
Block a user