Fix Scribble doc typos
Please merge to v6.0 original commit: eb19478f1e60ed56ff60ce4d7113b9d1a0c8302e
This commit is contained in:
parent
15a938e0bd
commit
35774be8b7
|
@ -52,7 +52,7 @@ They can also be called with @elem["@"] notation as
|
||||||
@title[#:tag "how-to"]{How to Design @italic{Great} Programs}
|
@title[#:tag "how-to"]{How to Design @italic{Great} Programs}
|
||||||
}|
|
}|
|
||||||
|
|
||||||
Although the procedures are mostly design to be used from @elem["@"]
|
Although the procedures are mostly designed to be used from @elem["@"]
|
||||||
mode, they are easier to document in Racket mode (partly because we
|
mode, they are easier to document in Racket mode (partly because we
|
||||||
have @racketmodname[scribble/manual]).
|
have @racketmodname[scribble/manual]).
|
||||||
|
|
||||||
|
@ -131,7 +131,7 @@ show the author(s) of a document, where each author is represented by
|
||||||
@racket[title] for the beginning of a document. See also
|
@racket[title] for the beginning of a document. See also
|
||||||
@racket[author+email].}
|
@racket[author+email].}
|
||||||
|
|
||||||
@defproc[(author+email [author-name elem]
|
@defproc[(author+email [author-name content?]
|
||||||
[email string?]
|
[email string?]
|
||||||
[#:obfuscate? obfuscate? any/c #f])
|
[#:obfuscate? obfuscate? any/c #f])
|
||||||
element?]{
|
element?]{
|
||||||
|
@ -341,7 +341,7 @@ See also @racket[literal].}
|
||||||
@section{Text Styles and Content}
|
@section{Text Styles and Content}
|
||||||
|
|
||||||
@defproc[(elem [pre-content pre-content?] ...
|
@defproc[(elem [pre-content pre-content?] ...
|
||||||
[#:style style (or style? string? symbol? #f) #f])
|
[#:style style (or/c style? string? symbol? #f) #f])
|
||||||
element?]{
|
element?]{
|
||||||
|
|
||||||
Wraps the @tech{decode}d @racket[pre-content] as an element with style
|
Wraps the @tech{decode}d @racket[pre-content] as an element with style
|
||||||
|
|
Loading…
Reference in New Issue
Block a user