minor doc fix (optional args last)
This commit is contained in:
parent
8492f7c90b
commit
dc0138bcb7
|
@ -16,11 +16,11 @@
|
||||||
@section{Creating formatted identifiers}
|
@section{Creating formatted identifiers}
|
||||||
|
|
||||||
@defproc[(format-id [lctx (or/c syntax? #f)]
|
@defproc[(format-id [lctx (or/c syntax? #f)]
|
||||||
|
[fmt string?]
|
||||||
|
[v (or/c string? symbol? identifier? keyword? char? number?)] ...
|
||||||
[#:source src (or/c syntax? #f) #f]
|
[#:source src (or/c syntax? #f) #f]
|
||||||
[#:props props (or/c syntax? #f) #f]
|
[#:props props (or/c syntax? #f) #f]
|
||||||
[#:cert cert (or/c syntax? #f) #f]
|
[#:cert cert (or/c syntax? #f) #f])
|
||||||
[fmt string?]
|
|
||||||
[v (or/c string? symbol? identifier? keyword? char? number?)] ...)
|
|
||||||
identifier?]{
|
identifier?]{
|
||||||
|
|
||||||
Like @racket[format], but produces an identifier using @racket[lctx]
|
Like @racket[format], but produces an identifier using @racket[lctx]
|
||||||
|
|
|
@ -22,11 +22,11 @@
|
||||||
|
|
||||||
@margin-note{This binding was added by Vincent St-Amour.}
|
@margin-note{This binding was added by Vincent St-Amour.}
|
||||||
@defproc[(format-unique-id [lctx (or/c syntax? #f)]
|
@defproc[(format-unique-id [lctx (or/c syntax? #f)]
|
||||||
|
[fmt string?]
|
||||||
|
[v (or/c string? symbol? identifier? keyword? char? number?)] ...
|
||||||
[#:source src (or/c syntax? #f) #f]
|
[#:source src (or/c syntax? #f) #f]
|
||||||
[#:props props (or/c syntax? #f) #f]
|
[#:props props (or/c syntax? #f) #f]
|
||||||
[#:cert cert (or/c syntax? #f) #f]
|
[#:cert cert (or/c syntax? #f) #f])
|
||||||
[fmt string?]
|
|
||||||
[v (or/c string? symbol? identifier? keyword? char? number?)] ...)
|
|
||||||
identifier?]{
|
identifier?]{
|
||||||
Like @racket[format-id], but returned identifiers are guaranteed to be unique.
|
Like @racket[format-id], but returned identifiers are guaranteed to be unique.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user