Sync the doc of author #:email with the contract (#186)
This commit is contained in:
parent
31ff97f502
commit
194e4d15cd
|
@ -161,8 +161,8 @@ Specifies a subtitle.}
|
|||
#f)
|
||||
#f]
|
||||
[#:email email
|
||||
(or/c pre-content? (listof pre-content?) #f)
|
||||
#f]
|
||||
(or/c pre-content? email? (listof email?))
|
||||
'()]
|
||||
[name pre-content?] ...)
|
||||
block?]{
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
affiliation?
|
||||
(listof affiliation?)
|
||||
#f)
|
||||
#:email (or/c pre-content? email? (listof email?) #f))
|
||||
#:email (or/c pre-content? email? (listof email?)))
|
||||
#:rest (listof pre-content?)
|
||||
block?)]
|
||||
[authorsaddresses (->* ()
|
||||
|
|
Loading…
Reference in New Issue
Block a user