indentation
svn: r15138
This commit is contained in:
parent
e53b944fb3
commit
3ec17454cf
|
@ -338,7 +338,7 @@ port).
|
||||||
[end-pos (or/c exact-nonnegative-integer? #f) #f]
|
[end-pos (or/c exact-nonnegative-integer? #f) #f]
|
||||||
[output-port (or/c output-port? #f) #f])
|
[output-port (or/c output-port? #f) #f])
|
||||||
(or/c (cons/c string? (listof (or/c string? #f)))
|
(or/c (cons/c string? (listof (or/c string? #f)))
|
||||||
(cons/c bytes? (listof (or/c bytes? #f)))
|
(cons/c bytes? (listof (or/c bytes? #f)))
|
||||||
#f)]{
|
#f)]{
|
||||||
|
|
||||||
Like @scheme[regexp-match] on input ports, except that if the match
|
Like @scheme[regexp-match] on input ports, except that if the match
|
||||||
|
@ -361,7 +361,7 @@ fails.}
|
||||||
exact-nonnegative-integer?)
|
exact-nonnegative-integer?)
|
||||||
(listof (or/c (cons/c exact-nonnegative-integer?
|
(listof (or/c (cons/c exact-nonnegative-integer?
|
||||||
exact-nonnegative-integer?)
|
exact-nonnegative-integer?)
|
||||||
#f)))
|
#f)))
|
||||||
#f)]{
|
#f)]{
|
||||||
|
|
||||||
Like @scheme[regexp-match], but returns a list of number pairs (and
|
Like @scheme[regexp-match], but returns a list of number pairs (and
|
||||||
|
|
Loading…
Reference in New Issue
Block a user